Skip to content

Instantly share code, notes, and snippets.

View themeix's full-sized avatar
🏆
No #1 Ghost, Jekyll Marketplace

Themeix LLC themeix

🏆
No #1 Ghost, Jekyll Marketplace
View GitHub Profile
@themeix
themeix / demo2.xml
Created June 13, 2019 06:17
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:postmeta>
<wp:meta_key><![CDATA[_edit_last]]></wp:meta_key>
<wp:meta_value><![CDATA[1]]></wp:meta_value>
</wp:postmeta>
@themeix
themeix / index.html
Created June 6, 2019 04:23
Sinju Copyright Footer
<div class="bottom-text pt-4">
<p>&copy; 2019 Sniju - Designed by <a href="#">Themeix</a></p>
</div>
@themeix
themeix / index.html
Last active June 6, 2019 04:21
Sinju Navigation Menu
<nav class="highlight">
<ul id="main-menu" class="slimmenu">
<li><a href="index.html" target="_blank">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="tags.html">Tags</a></li>
<li>
<a href="#">Pages</a>
<ul>
<li><a href="blog-details.html">Blog Details</a></li>
@themeix
themeix / index.html
Created April 19, 2019 23:07
Alum Navigation menu
<nav class="themeix-menu float-right">
<div class="menu-collapser" style="display: none;">
Main Menu
<div class="collapse-button"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></div>
</div>
<ul id="navigation-menu" class="slimmenu">
<li class="has-submenu"><a href="index.html">Home</a>
<ul>
<li><a href="index.html">Home 1</a></li>
<li><a href="index2.html">Home 2</a></li>
@themeix
themeix / index.html
Created April 19, 2019 23:04
Alum HTML Footer Copyright
<div class="footer-bottom text-center pt-5 pb-3">
<p>Copyright - Alum 2019 Designed by <a href="https://themeix.com/">Themeix</a></p>
</div>
@themeix
themeix / index.html
Created April 19, 2019 22:52
Surehost Navigation
<ul id="responsive-menu" class="slimmenu">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="service.html">Services</a>
<ul>
<li><a href="cloud-vps.html">Cloud VPS</a></li>
<li><a href="dedicated-server.html">Dedicated Server</a></li>
<li><a href="reseller-hosting.html">Reseller Hosting</a></li>
<li><a href="shared-hosting.html">Shared Hosting</a></li>
<li><a href="wordpress-hosting.html">Managed Wordpress</a></li>
<li><a href="transfer-domains.html">Domain Transfer</a></li>
@themeix
themeix / index.html
Created April 19, 2019 22:47
SurehostFooter-Copyright
<div class="footer-bar float-left text-center">
<p>©Copyright - 2019 Sure Host - Designed by <a class="link-hightlight" href="http://themeix.com">Themeix</a> </p>
</div>
@themeix
themeix / contact.html
Last active February 24, 2019 01:53
ghost-contact-form-formspree
<form action="https://formspree.io/[email protected]" method="POST">
<input type="text" name="your-name" placeholder="Your Name">
<input type="email" name="_replyto" placeholder="Email" class="float-right">
<textarea name='message' placeholder="Message"></textarea>
<button type="submit" class="btn-c buttonfx curtainup">Send Message</button>
<input class='btn-c buttonfx curtainup' type="submit" value="Send">
</form>
@themeix
themeix / .js
Last active February 24, 2019 01:54
content-key-activation
<script>
var site_url = 'http://yourblog.com';
var site_content_key = 'xxxxxxx';
</script>
@themeix
themeix / navigation.yml
Created January 31, 2019 06:56
Setup Navigation in Doxy Jekyll Theme
- text: Home
url: /
- text: Support
url: /pages/support
- text: Blog
url: /tag/education
submenu:
- text: Blog Left Sidebar
url: /blog-post-left-sidebar
- text: Blog Right Sidebar