Skip to content

Commit

Permalink
Merge pull request #98 from jacobxperez/develop
Browse files Browse the repository at this point in the history
Move website folder to sources
  • Loading branch information
jacobxperez authored Apr 27, 2024
2 parents c399ec2 + 391561b commit 8c11a53
Show file tree
Hide file tree
Showing 76 changed files with 18 additions and 23 deletions.
13 changes: 6 additions & 7 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,19 @@ npm install
On your terminal run these scripts to compile

* `npm run dev` serve current development build
* `npm run watch` watch for changes but does not start server
* `npm run build` makes current build

### Framework

We are using [Rams](https://github.com/jacobxperez/rams) as our website framework. Do **not** edit the [core](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/website/css/core) files because they are part of the Rams core framework files. However, you can edit the [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/website/css/custom) folder files the [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/website/css/main.css) or the [var.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/website/css/var.css) if any change is accepted by the maintainers. Any new CSS file should be added in the [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/website/css/custom) folder then linked in the [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/website/css/main.css) file for compiling.
We are using [Rams](https://github.com/jacobxperez/rams) as our website framework. Do **not** edit the [core](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/sources/website/css/core) files because they are part of the Rams core framework files. However, you can edit the [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/sources/website/css/custom) folder files the [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/sources/website/css/main.css) or the [var.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/sources/website/css/var.css) if any change is accepted by the maintainers. Any new CSS file should be added in the [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/sources/website/css/custom) folder then linked in the [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/sources/website/css/main.css) file for compiling.

### CSS Files

* [/css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/website/css/)
* [core](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/website/css/core) (important files for compiling)
* [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/website/css/custom) (add custom modules here)
* [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/website/css/main.css) (compile to produce the final CSS)
* [var.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/website/css/var.css) (variables for font, colors, and more)
* [/css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/sources/website/css/)
* [core](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/sources/website/css/core) (important files for compiling)
* [custom](https://github.com/jacobxperez/atkinson-hyperlegible-pro/tree/main/sources/website/css/custom) (add custom modules here)
* [main.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/sources/website/css/main.css) (compile to produce the final CSS)
* [var.css](https://github.com/jacobxperez/atkinson-hyperlegible-pro/blob/main/sources/website/css/var.css) (variables for font, colors, and more)

## Pull Requests

Expand Down
Binary file modified docs/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.d9d43c26.js → docs/index.02a8a724.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c11a53

Please sign in to comment.