This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Dumber Gist</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"> | |
</head> | |
<!-- | |
Dumber Gist uses dumber bundler, the default bundle file | |
is /dist/entry-bundle.js. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. | |
flask 2.0.2 requires Werkzeug>=2.0, but you have werkzeug 0.16.1 which is incompatible. | |
Successfully installed MarkupSafe-2.0.1 Werkzeug-0.16.1 lektor-atom-0.3.1 | |
WARNING: Target directory C:\Users\animesh\AppData\Local\Lektor\Cache\packages\d10099c1555d47a5c19dd0fe489a495c\__pycache__ already exists. Specify --upgrade to force replacement. | |
Traceback (most recent call last): | |
File "C:\Users\animesh\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main | |
return _run_code(code, main_globals, None, | |
File "C:\Users\animesh\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code | |
exec(code, run_globals) | |
File "C:\users\animesh\.local\bin\lektor.exe\__main__.py", line 7, in <module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[colors] | |
;background = ${xrdb:color0:#222} | |
background = #222 | |
background-alt = #444 | |
;foreground = ${xrdb:color7:#222} | |
foreground = #dfdfdf | |
foreground-alt = #999 | |
primary = #ffb52a | |
secondary = #e60053 | |
alert = #bd2c40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updating packages in C:\Users\animesh\AppData\Local\Lektor\Cache\packages\842061500dd1fd70a9e0458a55b754a9 for project | |
Collecting lektor-atom==0.2 | |
Using cached https://files.pythonhosted.org/packages/2e/90/7c38ba6f620c72d2ddb7a0dd3e07af0c5388f4e8b2a629333da68535bbf4/lektor-atom-0.2.tar.gz | |
Collecting MarkupSafe (from lektor-atom==0.2) | |
Using cached https://files.pythonhosted.org/packages/4f/8b/da8a2ae5780d38271ac6e691756fc938cf4df8f225eb8aaced0204304932/MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl | |
Collecting Lektor (from lektor-atom==0.2) | |
Using cached https://files.pythonhosted.org/packages/c3/55/611df4ea8a93e56c2cdba1f22d865fa19354959b949f90d56acc75e826ee/Lektor-3.1.3-py2.py3-none-any.whl | |
Collecting Babel (from Lektor->lektor-atom==0.2) | |
Using cached https://files.pythonhosted.org/packages/15/a1/522dccd23e5d2e47aed4b6a16795b8213e3272c7506e625f2425ad025a19/Babel-2.8.0-py2.py3-none-any.whl | |
Collecting click>=6.0 (from Lektor->lektor-atom==0.2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#--------------------------------------------- | |
# TINT2 CONFIG FILE | |
#--------------------------------------------- | |
# For more information about tint2, see: | |
# http://code.google.com/p/tint2/wiki/Welcome | |
# | |
# For more config file examples, see: | |
# http://bunsenlabs.org/topic/3232/my-tint2-config/ | |
# Background definitions |