vaeringjar
|
eca8c9f117
For #73 the best I could figure out for now just sets the url and the save_as meta in each file. Maybe later we can use a plugin to make this a convention by slug and lang instead of a configuration.
|
7 年之前 |
vaeringjar
|
8779734839
DRY for some of the values in the pelicanconf.py.
|
7 年之前 |
vaeringjar
|
8f31d208ff
Some template cleanup. Mainly removed legacy classes, removed some comments, and fixed some indentation.
|
7 年之前 |
vaeringjar
|
468a8a8576
Fixed the titles on the articles for #64.
|
7 年之前 |
vaeringjar
|
3f640e0343
Since pelican lowercases the slugs for the URL by default, I just added a to-lower operation when building the links for #72. Also, added keywords for #64.
|
7 年之前 |
vaeringjar
|
cdb761acfb
Midday commit. Started reworking the meta and the links this morning. Removed some legacy bits from when pasting in from other examples; I claim no expertise on pelican and these earlier commits in the templates have some lines I have no claim to. Anyway, haven't refactored everything yet. Also still need to address the case mismatch on the author names.
|
7 年之前 |
vaeringjar
|
47661ba52b
Merge branch 'master' of jorgesumle/Peers into master
|
7 年之前 |
Jorge Maldonado Ventura
|
0bd1fc5d61
Spanish translation for article 'IRC Channel Renamed'
|
7 年之前 |
vaeringjar
|
531f0bf4e5
Constrain the width of the tags a bit in the template base.html file.
|
7 年之前 |
vaeringjar
|
499b8b73ce
Pelican does not have the convention by default to put subdirectories into categories, but I will mimic this behaviour for now. Also, added an entry related to changing the irc channel and updated the contact info.
|
7 年之前 |
vaeringjar
|
866561d32b
Will start documenting sysadmin related events in blog format. Today we had an outage.
|
7 年之前 |
vaeringjar
|
093f56c6a8
Merge branch 'master' of jorgesumle/Peers into master
|
7 年之前 |
Jorge Maldonado Ventura
|
42b7053733
Add HTML generator metadata
|
7 年之前 |
vaeringjar
|
57cb3baacb
Merge branch 'master' of jorgesumle/Peers into master
|
7 年之前 |
Jorge Maldonado Ventura
|
c0f9b12f18
Close <a> tag
|
7 年之前 |
vaeringjar
|
c6a0f6d1b7
Removed the legacy version of the website and added a note in the readme for how to find it again.
|
7 年之前 |
vaeringjar
|
46c1f63207
Added the ability for meta descriptions on pages and articles. Also, fixed the nav menu path back to the root.
|
7 年之前 |
vaeringjar
|
2127e93ec9
Merge branch 'gitignore' of jorgesumle/Peers into master
|
7 年之前 |
vaeringjar
|
a15b2d5bee
Merge branch 'master' of jorgesumle/Peers into master
|
7 年之前 |
Jorge Maldonado Ventura
|
34c8528c07
Add Python cache files to gitignore
|
7 年之前 |
Jorge Maldonado Ventura
|
8b672a9592
Add abbreviated text for licenses
|
7 年之前 |
vaeringjar
|
ed57c8ae42
This removes the conduct from the main build because this: Contrary to my original plan to reuse policy in solidarity, the possible thought of policing some activities seems less than satisfactory.
|
7 年之前 |
vaeringjar
|
840f9ddfa3
Merge branch 'ssg'
|
7 年之前 |
vaeringjar
|
b88541d77e
Adding the april fools banner graphic.
|
7 年之前 |
vaeringjar
|
e85e42cd80
Fixing the titles.
|
7 年之前 |
vaeringjar
|
e7092647d8
Fixed the sitemap and widgets. Fixed the markup on the indices, especially for the categories and the tags. Added a conditional that will hide a widget if empty, except for pages since we assume those; I could go either way so I might change it later.
|
7 年之前 |
vaeringjar
|
87dceb9b99
Merge branch 'master' of jorgesumle/Peers into master
|
7 年之前 |
Jorge Maldonado Ventura
|
2152f0e9d1
Close HTML end tag
|
7 年之前 |
vaeringjar
|
4d41369570
This solves the style hacks where the theme knows about the website. Only one style sheet and the knowledge of the special header belongs to the page.md file. Added sitemap, though it looks a bit messy in comparison to the rest of the pages.
|
7 年之前 |
vaeringjar
|
d07c67faf3
I know I said I would use a different ssg than pelican, but since I already had started working on it, I just want to save the progress. I will leave the original 'root' directory even though currently running make will put the better version in the 'output' directory.
|
7 年之前 |