Skip to content

SupeRails blog built with Jekyll. All blogposts source code available here

License

Notifications You must be signed in to change notification settings

yshmarov/yshmarov.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fe6240d · Mar 15, 2025
Dec 22, 2024
Jan 22, 2025
Jan 4, 2025
Jan 7, 2025
Nov 27, 2024
Mar 15, 2025
Feb 7, 2025
Nov 2, 2021
Nov 7, 2020
Nov 10, 2020
Dec 29, 2024
Jan 25, 2025
Nov 7, 2020
Oct 18, 2024
Mar 2, 2024
Dec 29, 2024
Nov 25, 2024
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 16, 2024
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Nov 1, 2021
Jan 31, 2023
Nov 16, 2024
Nov 16, 2024
Nov 16, 2024
Feb 2, 2021
Jun 12, 2021
Nov 25, 2024

Repository files navigation

yshmarov.github.io

trying out to creae a jekyll blog

gem install bundler jekyll
jekyll new my-awesome-site
jekyll new corsego-blog
cd corsego-blog
bundle exec jekyll serve --port=8080
bundle exec jekyll serve --trace --port=8080 --drafts --unpublished --future
bundle exec jekyll serve --port=8080 --incremental --trace --future --drafts --watch
bundle exec jekyll serve --port=8080 --incremental --trace --future
bundle exec jekyll serve --port=8080 --unpublished
bundle exec jekyll serve --trace --port=8080 --future
jekyll serve --port=8080

{:target="blank"}

To import the XML downloaded from blogger into the main folder, just run

ruby -r rubygems -e 'require "jekyll-import";
    JekyllImport::Importers::Blogger.run({
      "source"                => "blog-11-10-2020.xml",
      "no-blogger-info"       => false,
      "replace-internal-link" => false,
    })'

To check for errors

jekyll build --trace

git remote set-url origin git@github.com:yshmarov/yshmarov.github.io.git git remote set-url origin https://github.com/yshmarov/yshmarov.github.io

TODO:

About

SupeRails blog built with Jekyll. All blogposts source code available here

Topics

Resources

License

Stars

Watchers

Forks