remove all files from docs/ and redirect to standalone website
This commit is contained in:
@ -1,30 +1,23 @@
|
||||
---
|
||||
layout: home
|
||||
title: Beautiful Jekyll
|
||||
subtitle: Build a beautiful and simple website in minutes
|
||||
fb-img: "http://deanattali.com/img/blog/beautiful-jekyll.png"
|
||||
css: /assets/css/demo.css
|
||||
---
|
||||
|
||||
<div class="main-explain-area jumbotron">
|
||||
<p>This website is powered by GitHub Pages/Jekyll and can be built in <strong>under 5 minutes</strong>. Literally.</p>
|
||||
<div class="get-started-wrap">
|
||||
<a class="btn btn-success btn-lg get-started-btn" href="https://github.com/daattali/beautiful-jekyll#readme">Get Started!</a>
|
||||
</div>
|
||||
<p>Designed to look great on both desktops and mobile devices.</p>
|
||||
<p>Below are sample blog posts for illustration purposes.</p>
|
||||
<p>If you like this theme, please consider supporting me :)</p>
|
||||
<p align="center">
|
||||
<a style="display: inline-block;" href="https://paypal.me/daattali">
|
||||
<img height="40" src="https://camo.githubusercontent.com/0e9e5cac101f7093336b4589c380ab5dcfdcbab0/68747470733a2f2f63646e2e6a7364656c6976722e6e65742f67682f74776f6c66736f6e2f70617970616c2d6769746875622d627574746f6e40312e302e302f646973742f627574746f6e2e737667" />
|
||||
</a>
|
||||
<a style="display: inline-block; margin-left: 10px;" href="https://github.com/sponsors/daattali">
|
||||
<img height="40" src="https://i.imgur.com/034B8vq.png" />
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div id="deancarbonads">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=deanattalicom" id="_carbonads_js"></script>
|
||||
</div>
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Beautiful Jekyll</title>
|
||||
<script>
|
||||
window.location = "https://beautifuljekyll.com";
|
||||
</script>
|
||||
<noscript>
|
||||
<a href="https://beautifuljekyll.com">Click here to go to the Beautiful Jekyll website</a>
|
||||
</noscript>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
ga('create', 'UA-59820529-1', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user