diff options
author | neodarz <neodarz@neodarz.net> | 2020-06-26 21:24:30 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-06-26 21:24:30 +0200 |
commit | 947190c41995f599353be1227d84a20e4b6ef48f (patch) | |
tree | 2a360daa19079dd01d3372a0c578a21c860964d5 /README.md | |
download | website_theme-947190c41995f599353be1227d84a20e4b6ef48f.tar.xz website_theme-947190c41995f599353be1227d84a20e4b6ef48f.zip |
Inital commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..89f7b87 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Website theme + +Custom theme for [neodarz.net website](https://neodarz.net/en). Check it's +source [here](https://git.neodarz.net/neodarz/website/website.git). + +Inspired from themes lilke: + +- https://github.com/bitprophet/alabaster +- https://github.com/pandas-dev/pydata-sphinx-theme + +Some part of the theme are in website source +[_tempalte](https://git.neodarz.net/neodarz/website/website.git) folder for the +moment. + +# License + +All code are in GPLv3 license except some part indicated in the header of the +concerned file. |