Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move generate_blog_list to external file | neodarz | 2019-05-26 | 1 | -59/+1 |
| | |||||
* | Move generate_table to external file | neodarz | 2019-05-26 | 1 | -93/+1 |
| | |||||
* | Move generate_menu to external file | neodarz | 2019-05-26 | 1 | -37/+2 |
| | |||||
* | Move config to external file | neodarz | 2019-05-26 | 1 | -51/+1 |
| | |||||
* | Move static_vars function to external file | neodarz | 2019-05-26 | 1 | -9/+1 |
| | |||||
* | Move postprocess_html_file function to external file | neodarz | 2019-05-26 | 1 | -17/+1 |
| | |||||
* | Move process_footnote_backlinks function to external file | neodarz | 2019-05-26 | 1 | -13/+1 |
| | |||||
* | Move _pre_tag_insert_line_numbers function to external file | neodarz | 2019-05-26 | 1 | -17/+0 |
| | |||||
* | Move link_img_tags function to external file | neodarz | 2019-05-26 | 1 | -11/+1 |
| | |||||
* | Move make_sitemap_url_element function to external file | neodarz | 2019-05-26 | 1 | -40/+3 |
| | |||||
* | Move process_image_sizes function to external file | neodarz | 2019-05-26 | 1 | -47/+1 |
| | |||||
* | Move absolutify_links function to external file | neodarz | 2019-05-25 | 1 | -16/+1 |
| | |||||
* | Move current_datetime function to external file | neodarz | 2019-05-25 | 1 | -10/+3 |
| | |||||
* | Move init_colorama function to external file | neodarz | 2019-05-25 | 1 | -20/+3 |
| | |||||
* | Fix some css issues | neodarz | 2019-05-12 | 1 | -4/+4 |
| | |||||
* | Move rss code to a package | neodarz | 2018-07-30 | 1 | -174/+4 |
| | |||||
* | Add blog configurations in a config file | neodarz | 2018-07-29 | 1 | -35/+39 |
| | |||||
* | Remove old usless code | neodarz | 2018-07-29 | 1 | -185/+0 |
| | |||||
* | Fix bug | neodarz | 2018-07-29 | 1 | -2/+2 |
| | |||||
* | fix typo | neodarz | 2018-01-05 | 1 | -4/+4 |
| | |||||
* | fix list generationsource | neodarz | 2018-01-05 | 1 | -4/+4 |
| | |||||
* | Remove all files about bts-sio | NeodarZ | 2017-08-20 | 1 | -2/+2 |
| | |||||
* | Fix list order | neodarz | 2017-06-20 | 1 | -5/+4 |
| | |||||
* | Add some generated | neodarz | 2017-05-22 | 1 | -2/+48 |
| | |||||
* | Add test for internet before generating the tag cloud | neodarz | 2017-05-19 | 1 | -31/+34 |
| | |||||
* | Add tagcloud | NeodarZ | 2017-05-19 | 1 | -4/+62 |
| | |||||
* | Add menu and table | neodarz | 2017-05-18 | 1 | -1/+180 |
| | |||||
* | Remove usless print | neodarz | 2017-05-18 | 1 | -3/+0 |
| | |||||
* | Add new right submenu | neodarz | 2017-05-06 | 1 | -4/+47 |
| | |||||
* | Adapt design | neodarz | 2017-05-05 | 1 | -24/+57 |
| | |||||
* | Add idea | NeodarZ | 2017-05-04 | 1 | -47/+53 |
| | |||||
* | Add some conf file | neodarz | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Drop some usless code and add some usfull code | neodarz | 2017-05-04 | 1 | -6/+4 |
| | |||||
* | Add some test | NeodarZ | 2017-05-01 | 1 | -25/+49 |
| | |||||
* | Update to a new personalised version | neodarz | 2017-04-28 | 1 | -6/+222 |
| | |||||
* | Sunset this blog | Zhiming Wang | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | pyblog: Handle custom domain | Zhiming Wang | 2016-07-24 | 1 | -1/+6 |
| | | | | Change BLOG_HOME and add CNAME file with custom domain to the build dir. | ||||
* | Add site ownership verification file for Google Search Console | Zhiming Wang | 2016-02-14 | 1 | -2/+2 |
| | | | | | | I used to have Google Analytics installed which proved my ownership, but since I removed it in 01b3805, I need to prove it in another way, and adding a file that no visitor will notice is the least intrusive. | ||||
* | pyblog: Fix bug in exclude list feature | Zhiming Wang | 2016-02-14 | 1 | -8/+9 |
| | | | | | | | | | | | Previously exclude_list is a list of relative paths, and it is hard to deal with "./" resulted from joining an empty root with a name, thus exclude list items in the root directory (e.g., ./template.html) aren't really excluded. Not to mention the awkward trailing slash handling, and other resolution issues (mainly ..). In this commit we switch to an absolute exclude_list, eliminating the aforementioned bug and simplifing exclude_list queries. | ||||
* | pyblog: Allow opening interactive shell when deploying | Zhiming Wang | 2016-01-25 | 1 | -2/+12 |
| | | | | | | | | | | | | | This almost always happens when I gendeploy: gen asks me to touch the new post which I agree, but then the project root is dirty and I'm greeted with the continue or not prompt, at which point I have no choice but to open a new shell (or ^Z suspend the current job) to commit the changes. This commit allows to open an interactive shell in place when project root is found to be dirty when deploying, which nicely solves the issue. Closes #10. | ||||
* | pyblog: new_post: Write a blank line after the YAML block | Zhiming Wang | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Add stuff to source/ and exclude them | Zhiming Wang | 2016-01-08 | 1 | -2/+1 |
| | | | | | | | | | The lonely templates/template.html finally finds it home in the cozy source/, where it rightfully belongs, without the need to worry about being exposed to the world in build/ ;) The full fontello distribution I downloaded (and unpacked) from fontello.com is now in source/fonts/fontello. | ||||
* | pyblog: Implement exclude list feature | Zhiming Wang | 2016-01-08 | 1 | -2/+30 |
| | | | | | Controlled by .exclude under source/. Allows assets, e.g., template.html be placed under source/ but not copied over to deployment. | ||||
* | Site design refresh part I | Zhiming Wang | 2016-01-08 | 1 | -12/+1 |
| | | | | | | | | | | | | | | Highlights: * Change font to Times/Times New Roman + Courier; * Text slightly darkened across the board to account for the thinner Times; * Eliminate line numbers; * Use custom highlight.css (based on highlight-css supplied by Pandoc, but hightlight more classes when Pandoc falls short, e.g., span.im for Python from and import). Closes #5 because we don't have line numbers anymore. | ||||
* | pyblog: Implement the image size Markdown extension | Zhiming Wang | 2015-12-31 | 1 | -0/+47 |
| | |||||
* | pyblog: Correct typos | Zhiming Wang | 2015-12-06 | 1 | -2/+2 |
| | |||||
* | pyblog: do not overwrite existing file when creating new post | Zhiming Wang | 2015-10-15 | 1 | -0/+4 |
| | | | | Fixes #7. | ||||
* | pyblog: date-display => date_display, and update posts | Zhiming Wang | 2015-09-21 | 1 | -3/+3 |
| | | | | Looks slightly more professional. | ||||
* | pyblog: add --no-verify to git-commit for builds | Zhiming Wang | 2015-09-05 | 1 | -1/+1 |
| | | | | No point in checking for trailing whitespace etc. in builds. | ||||
* | Self host webfonts | Zhiming Wang | 2015-09-05 | 1 | -2/+4 |
| | | | | | Sometimes (e.g., occasionally in China) Google/FontAwesome webfonts might not be available, rendering the whole site unusable. |