aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml (follow)
Commit message (Collapse)AuthorAge
* ignore .wget/Egor Tensin2023-07-13
| | | | | It would be excluded from _site/ anyway, but would _still_ trigger rebuilds.
* add DEVELOPMENT.mdEgor Tensin2023-07-13
|
* Makefile: move the prelude to prelude.mkEgor Tensin2023-06-30
|
* fix make wget w/ live reloadEgor Tensin2023-06-07
| | | | | A newer version of Jekyll breaks wget with --livereload and --convert-links.
* upgrade to Jekyll 4jekyll4Egor Tensin2023-06-07
| | | | The jekyll-github-metadata bug has finally been fixed.
* enable live reloadEgor Tensin2022-10-22
|
* Revert "upgrade to Jekyll 4"Egor Tensin2022-10-22
| | | | | | This reverts commit 2437fdc5f71b87a4595b27fdbd74663512fe7d32. OMFG: https://github.com/jekyll/github-metadata/issues/242
* upgrade to Jekyll 4Egor Tensin2022-10-15
|
* add jekyll-tidy pluginEgor Tensin2022-05-29
|
* remove category from permalinksEgor Tensin2022-05-13
|
* move Jekyll options to _config.ymlEgor Tensin2022-05-06
|
* paginator: add a test post on the second pageEgor Tensin2022-04-18
|
* add a faviconEgor Tensin2022-03-19
|
* add Makefile with shortcutsEgor Tensin2022-03-02
|
* disable Google AnalyticsEgor Tensin2022-02-21
|
* support Google AnalyticsEgor Tensin2022-01-22
|
* pick up default site.settings values from site.githubEgor Tensin2021-11-05
| | | | Also, use the default filter more, it's much more convenient.
* workflows/ci: it's a GitHub theme, no external publishingEgor Tensin2021-11-02
|
* bundle modified Bootstrap 3bundled_bootstrapEgor Tensin2021-06-05
|
* posts: permalinks without dateEgor Tensin2021-05-31
|
* bump Bootstrap to 3.4.1Egor Tensin2021-04-10
|
* workflows/jekyll: merge jobs, Bundler cachingEgor Tensin2021-04-10
|
* footer: configurable licenseEgor Tensin2021-04-10
|
* add some pages & posts to showcase the themeEgor Tensin2021-04-09
|
* remove everything except Jekyll theme stuffEgor Tensin2020-05-07
| | | | I tagged the previous commit to explain what's going on.
* Travis: add configurationEgor Tensin2020-02-12
|
* add default layout for categories/Egor Tensin2019-09-30
|
* sort notes by titleEgor Tensin2019-09-30
|
* add default layouts to _config.ymlEgor Tensin2019-09-30
|
* add a collection of "notes"Egor Tensin2019-09-30
|
* fix navbar orderingEgor Tensin2019-09-30
|
* work around GitHub limitations for MathJax supportEgor Tensin2019-09-30
|
* add MathJax supportEgor Tensin2019-09-30
|
* rename (and repurpose) the repoEgor Tensin2018-02-18
|
* add build.shEgor Tensin2017-08-09
|
* bump dependenciesEgor Tensin2017-08-09
|
* enable syntax highlightingEgor Tensin2017-06-30
| | | | | I'm not sure about it. Maybe I'll get rid of it in the future.
* bump dependenciesEgor Tensin2017-02-01
|
* fix GitHub Pages warningEgor Tensin2016-10-26
|
* disable syntax highlightingEgor Tensin2016-10-26
|
* move common assets to common/, more info to configEgor Tensin2016-06-25
|
* put most of my personal info to _config.ymlEgor Tensin2016-06-21
|
* rename the projectEgor Tensin2016-05-19
|
* bump dependenciesEgor Tensin2016-03-09
|
* exclude unnecessary files from buildsEgor Tensin2016-03-08
|
* bump dependenciesEgor Tensin2016-02-02
|
* bump dependenciesEgor Tensin2015-11-06
|
* more flexible prerequisite managementEgor Tensin2015-05-16
| | | | | | | | * Move external <link>s and <script>s into separate includes. * Opt for minified versions of external CSS stylesheets and JavaScript files by default, allowing to use the properly formatted versions during development using _config_dev.yml. * External components versions are now in the config file.
* initial commitEgor Tensin2015-05-06