All Projects → 12bitvn → 12bit.vn

12bitvn / 12bit.vn

Licence: other
Not just a blog.

Programming Languages

SCSS
7915 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to 12bit.vn

Hugo Orbit Theme
Great looking resume/CV theme designed for developers.
Stars: ✭ 217 (+1176.47%)
Mutual labels:  hugo-site
hugo-documentation-theme
📖 Project Docs / Knowledge Base template for Hugo Website Builder. 创建项目文档
Stars: ✭ 101 (+494.12%)
Mutual labels:  hugo-site
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (+88.24%)
Mutual labels:  hugo-site
hugo-deploy
Easily deploy Hugo sites to Github Pages
Stars: ✭ 11 (-35.29%)
Mutual labels:  hugo-site
cloudwithchris.com
Cloud With Chris is my personal blogging, podcasting and vlogging platform where I talk about all things cloud. I also invite guests to talk about their experiences with the cloud and hear about lessons learned along their journey.
Stars: ✭ 23 (+35.29%)
Mutual labels:  hugo-site
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (+182.35%)
Mutual labels:  hugo-site
Hugo Theme Pure
A pure theme for Hugo
Stars: ✭ 198 (+1064.71%)
Mutual labels:  hugo-site
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+623.53%)
Mutual labels:  hugo-site
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+294.12%)
Mutual labels:  hugo-site
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+1029.41%)
Mutual labels:  hugo-site
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+194.12%)
Mutual labels:  hugo-site
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+870.59%)
Mutual labels:  hugo-site
hugo-toha.github.io
An example hugo static site with Toha theme.
Stars: ✭ 59 (+247.06%)
Mutual labels:  hugo-site
Hugo Eureka
Eureka is a feature-rich and highly customizable Hugo theme.
Stars: ✭ 239 (+1305.88%)
Mutual labels:  hugo-site
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-17.65%)
Mutual labels:  hugo-site
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+1129.41%)
Mutual labels:  hugo-site
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+40435.29%)
Mutual labels:  hugo-site
pristine
A clean and elegant theme for Hugo static site generator, the world’s fastest framework for building websites.
Stars: ✭ 18 (+5.88%)
Mutual labels:  hugo-site
ath-hugo
Code and content for andrewheiss.com
Stars: ✭ 21 (+23.53%)
Mutual labels:  hugo-site
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (+182.35%)
Mutual labels:  hugo-site

Deploy

12bit.vn

Trên 12bit, tụi mình viết về những công nghệ mà tụi mình đang làm hằng ngày như Golang, Vue.js, PHP, WordPress hoặc những công nghệ mà bạn biết. Mời bạn đọc qua bài giới thiệu để hiểu về tinh thần của tụi mình khi xây dựng 12bit.

Đóng góp nội dung

  1. Vì blog phát triển dựa trên Hugo vì vậy các bạn cần phải cài đặt Hugo.
  2. Fork repo này về GitHub của các bạn.
  3. Cài đặt các package cần thiết: pnpm install
  4. Gõ lệnh hugo new articles/slug-bai-viet/index.md trên terminal để tạo một bài viết mới. Sau khi gõ lệnh một file markdown sẽ được tạo ở đường dẫn content/articles/slug-bai-viet/index.md.

Các bạn có thể tham khảo phần front matter bên dưới để định dạng cho bài viết của mình:

```
---
title: Widget hiển thị số order trên Touchbar với BetterTouchTool
description: Hướng dẫn tạo widget hiển thị số lượng order từ shopfiy lên touchbar
date: 2019-03-08T14:13:39+07:00
tags:
  - touchbar
  - golang
  - shopify
images:
  - /articles/tao-widget-tren-touchbar/thumbnail.png
authors:
  - vominh
draft: false
---
```

Phần authors sẽ liên kết bài viết tới tài khoản github của bạn. Với ví dụ trên thì tài khoản github sẽ là:

https://github.com/vominh
  1. Trong lúc viết bài các bạn hãy dùng hugo serve để xem những thay đổi.
  2. Sau khi viết bài xong, các bạn hãy tạo Pull Request. Tụi mình sẽ review bài viết và có những feedback ngược lại nếu cần.

Shortcodes

Trong lúc viết bài, các bạn có thể sử dụng shortcode của Hugo để bài viết trực quan hơn mà không phải viết HTML. Các bạn truy cập vào trang shortcode của Hugo để xem những shortcode được hỗ trợ. Ngoài những shortcode mặc định, tụi mình có tạo thêm khá nhiều shotcode. Các bạn có thể xem tại đây

Hình ảnh

Tất cả hình ảnh cho bài viết các bạn có thể đặt trong content/articles/slug-bai-viet/images. Và được gọi ra bài viết như sau:

![image title](/articles/slug-bai-viet/images/wonderful-pic.jpg)
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].