All Projects โ†’ ariona โ†’ ariona.net

ariona / ariona.net

Licence: MIT license
Main repository for my site.

Programming Languages

Vue
7211 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ariona.net

vuepress-theme-maker
๐Ÿ‰ A flat and clean Blog Theme for VuePress site | ไธ€ๆฌพๅคš้…็ฝฎใ€็ฎ€็บฆ้ฃŽ็š„VuePress ๅšๅฎขไธป้ข˜.
Stars: โœญ 67 (+252.63%)
Mutual labels:  vuepress, vuepress-blog
berlinblockchainweek
Website for Berlin Blockchain Week 2018
Stars: โœญ 15 (-21.05%)
Mutual labels:  vuepress, vuepress-site
vuepress-theme-simple
โœ๏ธ Very Simple Blog Theme for VuePress
Stars: โœญ 89 (+368.42%)
Mutual labels:  vuepress, vuepress-blog
thegreatmarkdown
ใ€Šไบ†ไธ่ตท็š„ Markdownใ€‹
Stars: โœญ 44 (+131.58%)
Mutual labels:  vuepress
vite-wiki
๐Ÿ“„The Vite Wiki
Stars: โœญ 37 (+94.74%)
Mutual labels:  vuepress
soon
FW2021 โ€” โœจ Personal site & portfolio for creative developer Henry Desroches
Stars: โœญ 40 (+110.53%)
Mutual labels:  personal-website
personal-website-nextjs-chakra
A series I am making on YouTube where I build a personal website using next.js and chakra-ui. It includes a variety of other features such as mdx-remote blog pages, view counts with Google Firebase database and many more features.
Stars: โœญ 60 (+215.79%)
Mutual labels:  personal-website
vue-bangalore
VueBLR Meetup Resources, Requests & Proposals
Stars: โœญ 37 (+94.74%)
Mutual labels:  vuepress
rajaprerak.github.io
Personal Portfolio Website
Stars: โœญ 188 (+889.47%)
Mutual labels:  personal-website
paw
๐Ÿพ Source code for floofy.dev and Noel's portfolio, a professional side of myself. This is probably the site you want to see if you're trying to hire me or looking to hire.
Stars: โœญ 16 (-15.79%)
Mutual labels:  personal-website
ceynri.cn
โœจ Ceynri's personal website.
Stars: โœญ 14 (-26.32%)
Mutual labels:  personal-website
gatsby-portfolio
Portfolio / Personal Website - Built with Gatsby.js and Published at konstantin.digital
Stars: โœญ 23 (+21.05%)
Mutual labels:  personal-website
vuepress-theme-oneN
๐ŸŽˆ A vuepress theme for oneN
Stars: โœญ 53 (+178.95%)
Mutual labels:  vuepress
kdr2-on-web
๐Ÿค– KDr2 on Web ๐Ÿ•ธ ๐ŸŒŽ
Stars: โœญ 16 (-15.79%)
Mutual labels:  personal-website
portfolio
Simple yet fully featured portfolio website
Stars: โœญ 27 (+42.11%)
Mutual labels:  personal-website
vuepress-plugin-cursor-effects
๐ŸŽ‰ Add a cute click effect to your mouse in your vuepress!
Stars: โœญ 18 (-5.26%)
Mutual labels:  vuepress
miguelmota.github.com
My Hugo powered blog
Stars: โœญ 34 (+78.95%)
Mutual labels:  personal-website
myPortfolio
This is a portfolio application built by using Next.js, ChakraUi, Typescript and Dev.to api.
Stars: โœญ 127 (+568.42%)
Mutual labels:  personal-website
thundergolfer.github.io
just my website. ๐ŸŒฉ๐ŸŒ๐Ÿผโ€โ™‚๏ธ
Stars: โœญ 16 (-15.79%)
Mutual labels:  personal-website
geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: โœญ 44 (+131.58%)
Mutual labels:  personal-website

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 [email protected]: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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].