Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lancelote/lancelote.github.io
My Blog
https://github.com/lancelote/lancelote.github.io
blog css github-page github-pages jekyll jekyll-blog lanyon poole
Last synced: 13 days ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/lancelote/lancelote.github.io
- Owner: lancelote
- License: mit
- Created: 2014-12-05T13:53:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T17:37:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-15T13:48:24.683Z (19 days ago)
- Topics: blog, css, github-page, github-pages, jekyll, jekyll-blog, lanyon, poole
- Language: HTML
- Homepage: http://pavelkarateev.com/
- Size: 17.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.rst
Awesome Lists containing this project
README
.. image:: https://requires.io/github/lancelote/lancelote.github.io/requirements.svg?branch=master
:target: https://requires.io/github/lancelote/lancelote.github.io/requirements/?branch=master=================
pavelkarateev.com
=================My personal blog, hosted by `GitHub Pages`_. Check it at `pavelkarateev.com`_.
Powered by Nikola_ Python static site generator.
.. _GitHub Pages: http://pages.github.com/
.. _pavelkarateev.com: http://pavelkarateev.com/
.. _Nikola: https://getnikola.comUsage
=====.. code:: bash
checkout src
# edit files as you want
# nikola new_post -d # for new post
# nikola new_post -p # for new page
nikola build
nikola serve
nikola github_deploy -m "commit message"Utils
=====.. code:: bash
make deps # Update dependencies in requirements.txt
make update # Install / Update all requirements