A draft for a Scicloj website redesign, based on the Doks Hugo theme.
Install dependencies:
npm install
Start development server:
npm run start
Browse the locally developed website at localhost:1313.
Edit the .md
files under content and see the website updating.
The "tools and libraries" libs.md file is an exception -- it is generated from model.edn, rather than edited manually.
You can regenerate it using:
cd content/en/docs/resources/
./gen.clj libs.md
(assuming you have babashka installed)
If you wish to have push permissions, please reach out to @daslu
. This would automatically be reflected in the website (after a delay of a minute or so).
A pull request to model.edn and to the manually edited .md
files under the content` directory would always be great.
For bigger changes, let us talk. You can use the Issues or reach out to Daniel Slutsky at the Clojurians Zulip chat.