Welcome to My Blog! This is a simple and powerful Middleman application that does amazing things.
To get started with my blog, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/jasoncypret/jasonblog.git
- Navigate to the project directory.
cd jasonblog
- This site runs on asdf. Make sure you have that installed with ruby and run:
asdf install
- Once run you can bundle like normal.
bundle install
- Run the Middleman server
bundle exec middleman server
- Open your web browser and visit
http://localhost:4567
to see the app in action. Visithttp://localhost:4567/__middleman
to see the config settings.
bundle exec middleman article "Launching my blog"
bundle exec rake build # Compile all files into the build directory
Clear/delete build folder before this step
rm -rf build/ && bundle exec rake publish ALLOW_DIRTY=true # Build and publish to Github Pages
You can configure My Blog by modifying the config.rb
file in the project root directory. Make sure to update the necessary settings before running the application.