Skip to content

Commit d8b7efb

Browse files
reorganize, add updates [skip actions]
1 parent 5f0a73b commit d8b7efb

File tree

118 files changed

+379
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+379
-83
lines changed

404.html

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

aaaa/updates/investigation.md

+15

aaaa/updates/testing.md

+9

build.py

+8-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737

3838
DISPLAY_PAGES_ON_MENU = True
3939
DISPLAY_CATEGORIES_ON_MENU = False
40-
AUTHOR_SAVE_AS = AUTHORS_SAVE_AS = TAG_SAVE_AS = TAGS_SAVE_AS = CATEGORY_SAVE_AS = CATEGORIES_SAVE_AS = ARCHIVES_SAVE_AS = ''
40+
AUTHOR_SAVE_AS = AUTHORS_SAVE_AS = TAG_SAVE_AS = TAGS_SAVE_AS = CATEGORY_SAVE_AS = CATEGORIES_SAVE_AS = ''
41+
ARTICLE_SAVE_AS = ARTICLE_URL = 'updates/{date:%Y}/{slug}.html'
42+
ARCHIVES_SAVE_AS = 'updates/archive.html'
43+
PATH_METADATA = r'(?P<path_no_ext>.*)\.[^.]*'
44+
PAGE_URL = PAGE_SAVE_AS = '{path_no_ext}.html'
4145
FILENAME_METADATA = ''
4246

4347
# Blogroll
@@ -55,6 +59,7 @@
5559

5660
MENUITEMS = (
5761
('Site root', '/'),
62+
('Updates Archive', '/armdroid/updates/archive.html'),
5863
)
5964

6065
DEFAULT_PAGINATION = 10
@@ -64,11 +69,8 @@
6469
(2, '{name}_{number}{extension}', '{name}_{number}{extension}'),
6570
)
6671

67-
PATH_METADATA = r'(?P<path_no_ext>.*)\.[^.]*'
68-
PAGE_URL = PAGE_SAVE_AS = 'p/{path_no_ext}.html'
69-
70-
PAGE_PATHS = ['']
71-
ARTICLE_PATHS = [] # they are all pages
72+
PAGE_PATHS = ['info/']
73+
ARTICLE_PATHS = ['updates/']
7274
STATIC_PATHS = [] # everything is attached
7375

7476
THEME = './pelicantheme'

index.html

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

p/images/conveyor.html renamed to info/images/conveyor.html

+9-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)