Skip to content

Commit 1620a23

Browse files
committed
Switch from Jekyll to Lektor because Python.
1 parent 66832d4 commit 1620a23

24 files changed

+459
-490
lines changed

.gitignore

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1-
_site
2-
.sass-cache
3-
.jekyll-metadata
1+
.DS_Store
2+
*.pyc
3+
*.egg-info
4+
*.pex
5+
.cache
6+
build
7+
dist
8+
venv
9+
lektor/admin/static/gen
10+
11+
node_modules
12+
gui/build
13+
gui/node_modules
14+
gui/static/gen

.lektorproject

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[project]
2+
name = creativecommons.github.io
3+
4+
[servers.ghpages]
5+
target = ghpages://creativecommons/creativecommons.github.io

404.html

-24
This file was deleted.

Gemfile

-29
This file was deleted.

Gemfile.lock

-264
This file was deleted.

Pipfile

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
lektor = "*"
10+
11+
[requires]
12+
python_version = "3.7"

0 commit comments

Comments
 (0)