Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/post/migrate-from-jekyll/index.html')
-rwxr-xr-xdocs/post/migrate-from-jekyll/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/post/migrate-from-jekyll/index.html b/docs/post/migrate-from-jekyll/index.html
index 401f77a..4adba01 100755
--- a/docs/post/migrate-from-jekyll/index.html
+++ b/docs/post/migrate-from-jekyll/index.html
@@ -18,16 +18,16 @@
<meta name="og:title" content="Migrate to Hugo from Jekyll">
<meta name="og:description" content="">
<meta name="og:type" content="website">
- <link rel="stylesheet" type="text/css" href="http://hugo.spf13.com/css/style.css">
- <script src="http://hugo.spf13.com/js/caption.js"></script>
+ <link rel="stylesheet" type="text/css" href="https://schollz.github.io/onetwothree/css/style.css">
+ <script src="https://schollz.github.io/onetwothree/js/caption.js"></script>
</head>
<body>
<header>
- <a href="http://hugo.spf13.com/">/posts</a>
+ <a href="https://schollz.github.io/onetwothree/">/posts</a>
-&nbsp;·&nbsp;&nbsp;<a href="http://hugo.spf13.com/about/" style="color:black;">/About Hugo</a>
+&nbsp;·&nbsp;&nbsp;<a href="https://schollz.github.io/onetwothree/about/" style="color:black;">/About Hugo</a>
@@ -61,7 +61,7 @@ With Jekyll, something that looked like</p>
<h2 id="create-your-hugo-configuration-file">Create your Hugo configuration file</h2>
-<p>Hugo can read your configuration as JSON, YAML or TOML. Hugo supports parameters custom configuration too. Refer to the <a href="http://hugo.spf13.com/overview/configuration/">Hugo configuration documentation</a> for details.</p>
+<p>Hugo can read your configuration as JSON, YAML or TOML. Hugo supports parameters custom configuration too. Refer to the <a href="https://schollz.github.io/onetwothree/overview/configuration/">Hugo configuration documentation</a> for details.</p>
<h2 id="set-your-configuration-publish-folder-to-site">Set your configuration publish folder to <code>_site</code></h2>
@@ -87,13 +87,13 @@ git submodule add -b gh-pages git@github.com:your-username/your-repo.git public
<h2 id="convert-jekyll-templates-to-hugo-templates">Convert Jekyll templates to Hugo templates</h2>
-<p>That&rsquo;s the bulk of the work right here. The documentation is your friend. You should refer to <a href="http://jekyllrb.com/docs/templates/">Jekyll&rsquo;s template documentation</a> if you need to refresh your memory on how you built your blog and <a href="http://hugo.spf13.com/layout/templates/">Hugo&rsquo;s template</a> to learn Hugo&rsquo;s way.</p>
+<p>That&rsquo;s the bulk of the work right here. The documentation is your friend. You should refer to <a href="http://jekyllrb.com/docs/templates/">Jekyll&rsquo;s template documentation</a> if you need to refresh your memory on how you built your blog and <a href="https://schollz.github.io/onetwothree/layout/templates/">Hugo&rsquo;s template</a> to learn Hugo&rsquo;s way.</p>
<p>As a single reference data point, converting my templates for <a href="http://heyitsalex.net/">heyitsalex.net</a> took me no more than a few hours.</p>
<h2 id="convert-jekyll-plugins-to-hugo-shortcodes">Convert Jekyll plugins to Hugo shortcodes</h2>
-<p>Jekyll has <a href="http://jekyllrb.com/docs/plugins/">plugins</a>; Hugo has <a href="http://hugo.spf13.com/doc/shortcodes/">shortcodes</a>. It&rsquo;s fairly trivial to do a port.</p>
+<p>Jekyll has <a href="http://jekyllrb.com/docs/plugins/">plugins</a>; Hugo has <a href="https://schollz.github.io/onetwothree/doc/shortcodes/">shortcodes</a>. It&rsquo;s fairly trivial to do a port.</p>
<h3 id="implementation">Implementation</h3>
@@ -216,7 +216,7 @@ Liquid::Template.register_tag('image', Jekyll::ImageTag)
</small></p>
<p>
- <a href="http://hugo.spf13.com/post/goisforlovers/">← (Hu)go Template Primer</a>&nbsp;<a href="http://hugo.spf13.com/post/creating-a-new-theme/" style="float:right;">Creating a New Theme →</a>
+ <a href="https://schollz.github.io/onetwothree/post/goisforlovers/">← (Hu)go Template Primer</a>&nbsp;<a href="https://schollz.github.io/onetwothree/post/creating-a-new-theme/" style="float:right;">Creating a New Theme →</a>
</p>
</span>