ariona / ariona.net

Main repository for my site.

Home Page:https://www.ariona.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ariona.net

Netlify License


This is the repository for my website, fully open sourced, so you can learn or contribute to it if there is mistakes on some of my articles.

The site was built using VuePress and hosted on Netlify. This site was migrated from WordPress using WordPress-export-to-markdown tool.

Running Locally

If you want to run the site locally you can do it by cloning this repository first:

git clone https://github.com/ariona/ariona.net.git

#or

git clone git@github.com:ariona/ariona.net.git

Next, move working directory to the project folder and start installing dependency using yarn/node install command.

npm install
#or
yarn install

Last, is running the site using below command

yarn site:dev
#or
npm run site:dev

Directory Structures

The site contents is placed inside site directory.

πŸ“¦ site
β”œβ”€β”€ πŸ“‚ .vuepress
β”‚   β”œβ”€β”€ πŸ“‚ components  # this hold global component for markdown file
β”‚   β”œβ”€β”€ πŸ“‚ dist # compiled pages, it's the end result from building the project and the one that will be hosted
β”‚   β”œβ”€β”€ πŸ“‚ public # this hold some assets
β”‚   β”œβ”€β”€ πŸ“‚ theme # the theme used for the site
β”‚   β”œβ”€β”€ πŸ“œ config.js # VuePress & Theme configuration file
β”‚   └── πŸ“œ enhanceApp.js # used for redirection in my case
β”œβ”€β”€ πŸ“‚ _pages # used for pages, currently not used
β”œβ”€β”€ πŸ“‚ _posts # blog posting directory
β”œβ”€β”€ πŸ“‚ _projects # project directory
β”œβ”€β”€ πŸ“‚ contact # Contact page
β”œβ”€β”€ πŸ“‚ ebook-belajar-html-dan-css #ebook-belajar-html-dan-css
└── πŸ“œ index.md # Homepage, use .vuepress/theme/layouts/Homepage.vue

Contribution

Contribution are welcome, if you found some bug in layout, some mistakes in the blog posts please create an issue or make a pull request for it :)

About

Main repository for my site.

https://www.ariona.net

License:MIT License


Languages

Language:Vue 64.2%Language:CSS 25.3%Language:JavaScript 10.5%