mirror of https://gitlab.com/curben/blog
feat: add .onion mirror
This commit is contained in:
parent
a3739cf6de
commit
46cca09188
|
@ -41,8 +41,14 @@ Chameleon is a fork of [Typing](https://github.com/geekplux/hexo-theme-typing) t
|
||||||
Refer to [this post](https://mdleom.com/2018/09/21/how-to-create-a-hexo-blog/) for more detailed instruction.
|
Refer to [this post](https://mdleom.com/2018/09/21/how-to-create-a-hexo-blog/) for more detailed instruction.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The content of this blog is licensed under the [CC-BY-SA license](https://creativecommons.org/licenses/by-sa/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](LICENSE.md), unless indicated otherwise.
|
The content of this blog is licensed under the [CC-BY-SA license](https://creativecommons.org/licenses/by-sa/4.0/), and the underlying source code used to format and display that content is licensed under the [MIT license](LICENSE.md), unless indicated otherwise.
|
||||||
|
|
||||||
|
## Mirrors
|
||||||
|
|
||||||
|
- https://curben.netlify.com/
|
||||||
|
- http://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion/
|
||||||
|
|
||||||
---
|
---
|
||||||
Useful links:
|
Useful links:
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ timezone:
|
||||||
# URL
|
# URL
|
||||||
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
|
||||||
url: https://mdleom.com
|
url: https://mdleom.com
|
||||||
|
onion: http://xw226dvxac7jzcpsf4xb64r4epr6o5hgn46dxlqk7gnjptakik6xnzqd.onion
|
||||||
root: /
|
root: /
|
||||||
permalink: blog/:year/:month/:day/:title/
|
permalink: blog/:year/:month/:day/:title/
|
||||||
permalink_defaults:
|
permalink_defaults:
|
||||||
|
|
|
@ -8,6 +8,6 @@
|
||||||
<hr>
|
<hr>
|
||||||
<% } %>
|
<% } %>
|
||||||
<div id="copyright" class="copyright">
|
<div id="copyright" class="copyright">
|
||||||
© 2018-<%= date(new Date(), 'YYYY') %> <%= config.author %>. <%- link('https://gitlab.com/curben/blog', 'Powered by ') %> <%- link('https://hexo.io/', 'Hexo') %> with <%- link('https://gitlab.com/curben/blog/tree/master/themes/chameleon', 'Chameleon') %> theme. <br/>Content is available under <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license" itemprop="license">CC-BY-SA 4.0</a>, unless indicated otherwise. <br/><%- link('/disclaimer/', 'Disclaimer') %>
|
© 2018-<%= date(new Date(), 'YYYY') %> <%= config.author %>. <%- link('https://gitlab.com/curben/blog', 'Powered by ') %> <%- link('https://hexo.io/', 'Hexo') %> with <%- link('https://gitlab.com/curben/blog/tree/master/themes/chameleon', 'Chameleon') %> theme. <br/>Content is available under <a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license" itemprop="license">CC-BY-SA 4.0</a>, unless indicated otherwise. <br/><%- link('/disclaimer/', 'Disclaimer') %> <%- link(config.onion, '.Onion') %>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue