generated from hanggrian/kotlin-starters
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
minimal-dark-theme
header button size on small screen, `DeployP…
…agesTask` use convention from extension instead of `set`
- Loading branch information
Showing
15 changed files
with
520 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta charset="UTF-8"> | ||
<title>materialist-theme</title> | ||
<link href="images/my_icon.svg" rel="icon"> | ||
<meta content="width=device-width, initial-scale=1, user-scalable=no" name="viewport"> | ||
<meta content="chrome=1" http-equiv="X-UA-Compatible"> | ||
<link href="styles/main.css" rel="stylesheet"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism-tomorrow.min.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/prism.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-groovy.min.js"></script> | ||
<!--Primary meta tags--> | ||
<meta content="materialist-theme" name="title"> | ||
<meta content="This is an awesome example" name="description"> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<h1>materialist-theme</h1> | ||
<p>This is an awesome example</p> | ||
<p class="view"> | ||
<a href="https://github.com/johndoe/project/">View the Project on GitHub <small>johndoe/project</small></a> | ||
</p> | ||
<ul> | ||
<li> | ||
<a href="documentation.html">Read<strong>Docs</strong></a> | ||
</li> | ||
<li> | ||
<a href="">Download<strong>Source</strong></a> | ||
</li> | ||
<li> | ||
<a href="">Report<strong>Error</strong></a> | ||
</li> | ||
</ul> | ||
</header> | ||
<section> | ||
<p> | ||
<a href="https://travis-ci.com/github/jetbrains/pty4j/"><img alt="Travis CI" src="https://img.shields.io/travis/com/jetbrains/pty4j"></a> | ||
<a href="https://search.maven.org/artifact/org.jetbrains.kotlin/kotlin-stdlib/"><img alt="Maven Central" src="https://img.shields.io/maven-central/v/org.jetbrains.kotlin/kotlin-stdlib"></a> | ||
</p> | ||
|
||
<h1>My Library</h1> | ||
|
||
<p>Some cool stuff going on here.</p> | ||
|
||
<h2>Download</h2> | ||
|
||
<pre><code class="language-groovy">repositories { | ||
mavenCentral() | ||
} | ||
dependencies { | ||
implementation "com.johndoe:library:$version" | ||
} | ||
</code></pre> | ||
|
||
<p> | ||
Snapshots of the development version are available in <a href="https://s01.oss.sonatype.org/content/repositories/snapshots/">Sonatype's snapshots repository</a>. | ||
</p> | ||
|
||
<h2>Usage</h2> | ||
|
||
<p>Work in progress.</p> | ||
|
||
</section> | ||
</div> | ||
<footer> | ||
<p> | ||
This project is maintained by <a href="https://github.com/johndoe/">John Doe</a> | ||
</p> | ||
<small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist/">orderedlist</a></small> | ||
</footer> | ||
<script src="scripts/scale.fix.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.