generate site in public folder
This commit is contained in:
@ -15,42 +15,42 @@
|
||||
|
||||
<meta name="description" content="Laradock documentations.">
|
||||
|
||||
<link rel="canonical" href="https://laradock.io/license/">
|
||||
<link rel="canonical" href="http://laradock.io/license/">
|
||||
|
||||
<meta name="author" content="Mahmoud Zalt">
|
||||
|
||||
|
||||
<meta property="og:url" content="https://laradock.io/license/">
|
||||
<meta property="og:url" content="http://laradock.io/license/">
|
||||
<meta property="og:title" content="Laradock Docs">
|
||||
<meta property="og:image" content="https://laradock.io/images/logo.png">
|
||||
<meta property="og:image" content="http://laradock.io/images/logo.png">
|
||||
<meta name="apple-mobile-web-app-title" content="Laradock Docs">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="https://laradock.io/images/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="https://laradock.io/images/favicon.ico">
|
||||
<link rel="shortcut icon" type="image/x-icon" href="http://laradock.io/images/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="http://laradock.io/images/favicon.ico">
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: 'Icon';
|
||||
src: url('https://laradock.io/fonts/icon.eot');
|
||||
src: url('https://laradock.io/fonts/icon.eot')
|
||||
src: url('http://laradock.io/fonts/icon.eot');
|
||||
src: url('http://laradock.io/fonts/icon.eot')
|
||||
format('embedded-opentype'),
|
||||
url('https://laradock.io/fonts/icon.woff')
|
||||
url('http://laradock.io/fonts/icon.woff')
|
||||
format('woff'),
|
||||
url('https://laradock.io/fonts/icon.ttf')
|
||||
url('http://laradock.io/fonts/icon.ttf')
|
||||
format('truetype'),
|
||||
url('https://laradock.io/fonts/icon.svg')
|
||||
url('http://laradock.io/fonts/icon.svg')
|
||||
format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
</style>
|
||||
|
||||
<link rel="stylesheet" href="https://laradock.io/stylesheets/application.css">
|
||||
<link rel="stylesheet" href="https://laradock.io/stylesheets/temporary.css">
|
||||
<link rel="stylesheet" href="https://laradock.io/stylesheets/palettes.css">
|
||||
<link rel="stylesheet" href="https://laradock.io/stylesheets/highlight/highlight.css">
|
||||
<link rel="stylesheet" href="http://laradock.io/stylesheets/application.css">
|
||||
<link rel="stylesheet" href="http://laradock.io/stylesheets/temporary.css">
|
||||
<link rel="stylesheet" href="http://laradock.io/stylesheets/palettes.css">
|
||||
<link rel="stylesheet" href="http://laradock.io/stylesheets/highlight/highlight.css">
|
||||
|
||||
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
</style>
|
||||
|
||||
|
||||
<script src="https://laradock.io/javascripts/modernizr.js"></script>
|
||||
<script src="http://laradock.io/javascripts/modernizr.js"></script>
|
||||
|
||||
|
||||
|
||||
@ -134,11 +134,11 @@
|
||||
<div class="banner">
|
||||
|
||||
<div class="logo">
|
||||
<img src="https://laradock.io/images/logo.png">
|
||||
<img src="http://laradock.io/images/logo.png">
|
||||
</div>
|
||||
|
||||
<div class="name">
|
||||
<strong>Laradock Docs <span class="version">4.18.*</span></strong>
|
||||
<strong>Laradock Docs </strong>
|
||||
|
||||
<br>
|
||||
laradock/laradock
|
||||
@ -180,7 +180,7 @@
|
||||
|
||||
|
||||
|
||||
<a title="Introduction" href="https://laradock.io/">
|
||||
<a title="Introduction" href="http://laradock.io/">
|
||||
|
||||
Introduction
|
||||
</a>
|
||||
@ -198,7 +198,7 @@
|
||||
|
||||
|
||||
|
||||
<a title="Getting started" href="https://laradock.io/getting-started/">
|
||||
<a title="Getting started" href="http://laradock.io/getting-started/">
|
||||
|
||||
Getting started
|
||||
</a>
|
||||
@ -216,7 +216,79 @@
|
||||
|
||||
|
||||
|
||||
<a class="current" title="License" href="https://laradock.io/license/">
|
||||
<a title="Documentation" href="http://laradock.io/documentation/">
|
||||
|
||||
Documentation
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Related Projects" href="http://laradock.io/related-projects/">
|
||||
|
||||
Related Projects
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Help & Questions" href="http://laradock.io/help/">
|
||||
|
||||
Help & Questions
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a title="Contributing" href="http://laradock.io/contributing/">
|
||||
|
||||
Contributing
|
||||
</a>
|
||||
|
||||
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a class="current" title="License" href="http://laradock.io/license/">
|
||||
|
||||
License
|
||||
</a>
|
||||
@ -249,12 +321,6 @@
|
||||
|
||||
|
||||
|
||||
<li>
|
||||
<a href="mailto:mahmoud@zalt.me" title="Email of mahmoud@zalt.me">
|
||||
Contact via email
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
@ -273,8 +339,6 @@
|
||||
|
||||
<aside class="copyright" role="note">
|
||||
|
||||
© 2017 Released under the MIT license –
|
||||
|
||||
Documentation built with
|
||||
<a href="https://www.gohugo.io" target="_blank">Hugo</a>
|
||||
using the
|
||||
@ -287,7 +351,7 @@
|
||||
<nav class="pagination" aria-label="Footer">
|
||||
<div class="previous">
|
||||
|
||||
<a href="https://laradock.io/getting-started/" title="Getting started">
|
||||
<a href="http://laradock.io/contributing/" title="Contributing">
|
||||
<span class="direction">
|
||||
Previous
|
||||
</span>
|
||||
@ -297,7 +361,7 @@
|
||||
</div>
|
||||
<div class="stretch">
|
||||
<div class="title">
|
||||
Getting started
|
||||
Contributing
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -307,14 +371,14 @@
|
||||
|
||||
<div class="next">
|
||||
|
||||
<a href="https://laradock.io/" title="Welcome to Laradock">
|
||||
<a href="http://laradock.io/contributing/" title="Contributings">
|
||||
<span class="direction">
|
||||
Next
|
||||
</span>
|
||||
<div class="page">
|
||||
<div class="stretch">
|
||||
<div class="title">
|
||||
Welcome to Laradock
|
||||
Contributings
|
||||
</div>
|
||||
</div>
|
||||
<div class="button button-next" role="button" aria-label="Next">
|
||||
@ -346,12 +410,12 @@
|
||||
|
||||
<script>
|
||||
|
||||
var base_url = 'https:\/\/laradock.io\/';
|
||||
var base_url = 'http:\/\/laradock.io\/';
|
||||
var repo_id = 'laradock\/laradock';
|
||||
|
||||
</script>
|
||||
|
||||
<script src="https://laradock.io/javascripts/application.js"></script>
|
||||
<script src="http://laradock.io/javascripts/application.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
@ -2,19 +2,18 @@
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Licenses on Laradock Docs</title>
|
||||
<link>https://laradock.io/license/index.xml</link>
|
||||
<link>http://laradock.io/license/index.xml</link>
|
||||
<description>Recent content in Licenses on Laradock Docs</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>Released under the MIT license</copyright>
|
||||
<atom:link href="https://laradock.io/license/index.xml" rel="self" type="application/rss+xml" />
|
||||
<atom:link href="http://laradock.io/license/index.xml" rel="self" type="application/rss+xml" />
|
||||
|
||||
<item>
|
||||
<title>License</title>
|
||||
<link>https://laradock.io/license/</link>
|
||||
<link>http://laradock.io/license/</link>
|
||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://laradock.io/license/</guid>
|
||||
<guid>http://laradock.io/license/</guid>
|
||||
<description><p><a href="https://github.com/laradock/laradock/blob/master/LICENSE">MIT License</a> (MIT)</p>
|
||||
</description>
|
||||
</item>
|
||||
|
Reference in New Issue
Block a user