unicate / pico-bulma

Pico Bulma - A lightweight Bulma theme for Pico CMS.
MIT License
4 stars 2 forks source link

How can we change contents? #2

Closed gelavat closed 3 years ago

gelavat commented 3 years ago

Hello.

How can we change the contents of the theme, once installed properly?

For example, I would like to do those things but I don't know how:

A user manual would be great. Thank you

unicate commented 3 years ago

Hi

The Navigation is built from the Pico Meta-Tags inside your content pages. (please refer to the Pico docs)

---
Title: Welcome
Description: This description will go in the meta description tag
Author: Joe Bloggs
Date: 2001-04-25
Robots: noindex,nofollow
Template: index
---

Github links, Repositories, etc. are just examples and can be edited directely in the index.twig file.

To change colors you need to build the project using Gulp and create a new theme. Color etc. can be changed with the variables.scss and styles.scss in the SASS folder.

Hope it helps.

gelavat commented 3 years ago

Thank you very much for your answer, yes it helps. I managed to modify the theme and pages to do all changes needed.

For the colors in variables.css and style.css I think you are refering to the '/theme/bulma/css' directory as sass directory doesn't exist.

I will provide another ticket for a request of doc update.