My website powered by Pelican - Flex theme by Alexandre Vicenzi
- Clone the repository:
git clone https://github.com/lpenaud/lpenaud.github.io.git
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- In GNU / Linux:
source ./venv/bin/activate.sh
- In Windows:
./venv/activate.bat
- In GNU / Linux:
- Install dependencies:
pip install -r requirements.txt
- Download plugins and theme:
invoke install
- Serve articles (with automatic reload):
invoke serve
- Open your favorite webbrowser and paste the given URL (by default
http://127.0.0.1:8000
) by the previous command
To publish as Github page:
$ invoke github
You can see all available tasks with the command:
$ invoke -l
- See how translate in template "This work is licensed under a"
- Modify attention paragraph (See: alexandrevicenzi/Flex#191)
- Add a button to come back on the top of the page
- Modify table of content style (Add custom css)