Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick Start
hello~!
basic footnote1
here is an inline footnote2
and another one3
and another onedemo
Create a new post
$ hexo new "My New Post"
(without define class style)
Default Header
Welcome to Hexo!
Primary Header
Welcome to Hexo!
Info Header
Welcome to Hexo!
Success Header
Welcome to Hexo!
Warning Header
Welcome to Hexo!
Danger Header
Welcome to Hexo!
Table in Note
1 | 2 |
---|---|
3 | 4 |
5 | 6 |
7 | 8 |
More info: Writing
Run server
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className='App'>
<header className='App-header'>
<img src={logo} className='App-logo' alt='logo' />
BIG CHANGES! smile
</header>
</div>
);
}
export default App;
More info: Server
Generate static files
$ hexo generate
More info: Generating
Text
TextText & Title
Text & Icon (buggy) Text & Icon (fixed width)
Lorem Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolor
Deploy to remote sites
$ hexo deploy
More info: Deployment