I found a little game to help you get familiar with CSS Selector syntax.
CSS Diner
Also refer to W3Schools CSS Selector Reference to get more detailed explanation and examples.
Build a Blog with Hexo and Github Pages (3)
Part 3: Errors when customizing the theme
Early this morning I was adding social links, google analytics and site map to my blog. After I edited the two config files, I made a hexo clean
. Then I can’t generate the static web pages any more! There were only .md
files and .styl
files in the public folders without being converted to .html
and .css
files.
Then I spent the whole morning to solve this problem!
Responsive vs Adaptive Design
I have an ongoing project recently, which is a website for the most popular dating TV show in China. The show is held overseas occasionally. Last time it came to New Zealand was five years ago. All the candidates who is willing to participate have a very long application form to fill, and the basic PSD design for this website from our designer is based on computer screen size.
Build a Blog with Hexo and Github Pages (2)
Part 2: Theme and Configuration
The default theme is landscape, but there are tons of Hexo Themes.
Alternatively, you can choose a theme directly on Github by searching key words Hexo theme
and sorting by Most stars
.
Build a Blog with Hexo and Github Pages (1)
Part 1: Installation and Environment Setup
I have been looking for a way to build my own blog and I’ve tried both Chineses (Jianshu, CSDN) and English websites (Wordpress), but all of them didn’t satisfy me in some way.
Why Hexo is a good solution for me?
- No ads, especially comparing to Wordpress.
- Simple to setup the environment and deploy.
- Free to host togehter with Github pages.
- Supporting user-defined styles. You can choose to use a theme, or design your own customized site style.
- The most important features, supporting markdown syntax for coding,