Skip to content

Foreword

This hosts the English documentation for the flexcyon theme.

Currently, there are some Style Settings options undergoing refactor for better performance.

There are legacy options kept for backwards compatibility if you are using earlier version of the application

Here are some links you may be looking for.

Misc

Styling


Questions, Issues?

Feel free to talk about it at:

Contributing

You can create your own fork before making a pull request.

Before doing this, do open an issue at the repository first.

The repository comes with some scripts. The important ones include:

  • npm run dev: SCSS to CSS compiler, assumes you have Sass (Dart, Node) installed
  • npm run lint: Lints the entire SCSS codebase. Reruns linting when a file write is detected in source files
  • npm run lint-once: As its namesake says, lints the codebase once
  • npm run fix: Equivalent to running stylelint --fix. Run this only after your file changes are saved.

If you prefer to use CSS instead of SCSS, place your proposed code changes or snippets in the css/ folder. The maintainer will try to integrate them.

Alternatively, you can open an issue at the repository or start a GitHub discussion here.

Do note that this repository has its own Code of Conduct and Contributing Guide.

About Comments

Comments on this website uses GitHub Discussions in the source code repository (bladeacer/flexcyon) as a back-end.