Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Source code for a Jekyll-based personal website and blog built with the Simple Texture theme.
yizeng.me is a Jekyll-based personal website and blog template whose source code is published on GitHub, built with the open-source Simple Texture theme.
yizeng.me is the source code repository for a personal website and blog. It is built with Jekyll, a static site generator that converts Markdown content into a static HTML site. The site uses Simple Texture, a custom open-source Jekyll theme developed by the same author. The repository includes the full Jekyll source, a Rakefile for common tasks, Travis CI configuration, and content licenses.
rake jekyll [port=4000] or build the static files with rake build.The repository is a standard Jekyll project. To preview locally, run rake jekyll [port=4000], which starts a development server on the specified port (default 4000). To build the static site, run rake build. The generated site can be deployed to any static hosting service.
The site code is open source under the MIT License, and the blog posts are licensed under Creative Commons BY-SA 4.0. There are no licensing fees or subscriptions.
Yes. The code is released under the MIT License, and the blog posts under Creative Commons BY-SA 4.0. You can use the code freely, provided you include attribution for the posts.
Run rake jekyll [port=4000] from the project root. This starts a local Jekyll server, and you can view the site at localhost:4000 (or the port you specify).
Simple Texture is a custom Jekyll theme created by the repository owner. It is open source and available in a separate GitHub repository, designed to be clean and minimal.
The blog posts are licensed under Creative Commons BY-SA 4.0, so you can share and adapt them with attribution.
