Skip to content

Commit 908d04c

Browse files
committed
Adds source code from codemaster138/axios-site
1 parent 25744b7 commit 908d04c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+11552
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Axios Website Design
2+
> **Disclaimer:** as of right now, the axios project and its authors are not affiliated with, and do not endorse this site. It is simply a community project to create a website for the axios project.
3+
4+
Most information about this project can be found [here](https://github.com/axios/axios/issues/3505#issue-776056722).
5+
6+
The landing page was built using `HTML` and `SCSS` (compiled with VSCode's `live sass compiler` extension).
7+
8+
The documentation page was built using my [`inert static site generator`](https://github.com/codemaster138/inert). It works like this: inside the `docs` folder, there is a folder named `_src` (because GitHub automatically hides all files and folders starting with `_` from viewers on GitHub Pages). Inside this folder, there are some configuration, templates, styles, and, most importantly, in the `posts` folder, multiple markdown files containing the documentation.
9+
10+
To compile the documentation page, one must first install the inert CLI:
11+
```bash
12+
npm i -g inert-cli # yarn global add inert-cli
13+
```
14+
15+
Now, open a terminal, navigate into the folder `docs/_src` and run the following command:
16+
```bash
17+
inert build
18+
```
19+
20+
Inert will convert the markdown files into HTML, insert them into the templates, compile the `SCSS` styles and write the output into the `docs` directory.

assets/favicon.ico

101 KB
Binary file not shown.

assets/favicon.png

5.93 KB
Loading

assets/icons/menu/hamburger.svg

+5
Loading

assets/logo.svg

+8
Loading

0 commit comments

Comments
 (0)