Modified config

This commit is contained in:
Sai Kiran Sripada 2020-01-26 15:18:49 +05:30
parent 4582790774
commit 70a0575a9a
6 changed files with 15 additions and 146 deletions

View File

@ -1,6 +1,6 @@
# Site settings
title: Mixyll
email: hello@example.com
email: hello@saikiransripada.com
author: Sai Kiran Sripada
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
baseurl: ""

View File

@ -71,7 +71,7 @@ Here's some HTML:
# Headings!
They're responsive, and well-proportioned (in `padding`, `line-height`, `margin`, and `font-size`).
They also heavily rely on the awesome utility, [BASSCSS](http://www.basscss.com/).
They also heavily rely on the awesome utility, [BASSCSS](http://basscss.com).
##### They draw the perfect amount of attention
@ -97,7 +97,7 @@ _![desk](https://cloud.githubusercontent.com/assets/1424573/3378137/abac6d7c-fbe
### There are also pretty colors
Also the result of [BASSCSS](http://www.basscss.com/), you can <span class="bg-dark-gray white">highlight</span> certain components
Also the result of [BASSCSS](http://basscss.com), you can <span class="bg-dark-gray white">highlight</span> certain components
of a <span class="red">post</span> <span class="mid-gray">with</span> <span class="green">CSS</span> <span class="orange">classes</span>.
I don't recommend using blue, though. It looks like a <span class="blue">link</span>.

View File

@ -8,7 +8,7 @@ categories: jekyll mixyll
Hello.
Mixyll (Minimal version of Pixyll) is a simple, beautiful theme for Jekyll based on the popular Jekyll theme Pixyll by John Otander that emphasizes content rather than aesthetic fluff. It's mobile _first_, fluidly responsive, and delightfully lightweight.
Mixyll (Minimal version of [Pixyll](https://github.com/johno/pixyll)) is a simple, beautiful theme for Jekyll based on the popular Jekyll theme [Pixyll](https://github.com/johno/pixyll) by [John Otander](http://johnotander.com) that emphasizes content rather than aesthetic fluff. It's mobile _first_, fluidly responsive, and delightfully lightweight.
It's pretty minimal, but leverages large type and drastic contrast to make a statement, on all devices.

View File

@ -1,66 +0,0 @@
---
layout: post
title: Guide to Forking Mixyll
date: 2019-01-26 19:22
summary: Mixyll is available to you under the MIT license.
categories: jekyll mixyll
---
The following is an overview to copying and sharing Mixyll.[^1]
Most people have an understanding of what the copyright and licensing obligations are for source code, but not everyone has practical experience. There is a lot of information about how to use free and open source source code generally, but not necessarily how it works specifically.
## Basics
Mixyll is free and open source software under the MIT license, a _permissive license_. You can use Mixyll without charge and it is provided to you, "as is", without warranty of any kind.
These are some of the rights for Mixyll since it is under the MIT license:[^2]
1. You can **copy** Mixyll by forking it on GitHub or by any other means of copying.
2. You can **use** Mixyll to publish your site without restriction or limitation.
3. You can **change** Mixyll as you wish, and you can publish your site with a modified version of Mixyll.
4. You can also **distribute** copies of Mixyll to other people.
5. You can also **distribute modified** copies of Mixyll.
Other rights you have of Mixyll under the MIT license:
- You can **sell** copies of Mixyll, including copies you have modified.
- You can **combine** Mixyll with other works that are under the MIT license, or other permissive licenses, a copyleft license or a proprietary license. Mixyll already does this itself by using Jekyll, Ruby and other dependencies.
- You can distribute copies of Mixyll to others under either the MIT license or you can **relicense** Mixyll under another license. This includes a different permissive license, a copyleft license or a proprietary license.
Your only responsibility is to preserve both the copyright notices of Mixyll and the MIT license in your copy or modified work.
## How to
If you've modified Mixyll significantly and want to share your version, especially public copies of the code, then there are a few items you should do.
1. You should probably **rename** your fork of Mixyll with a different name.
2. A new name isn't required by the MIT license, but it is good etiquette.[^3]
3. You should add your name to the **copyright** of your version, and you should preserve the existing copyrights of Mixyll.
4. Maintaining the copyright notices isn't required of the MIT license, but it is suggested by the license and is a good practice for documenting the copyrights of your derived work.
The items above do not apply when you just copied and modified Mixyll in small ways to just publish your site and you have no plans to fork Mixyll under a different name.
If you want to publish a fork of Mixyll under a different name but keeping it under the MIT license, then you should add your name to the copyright notices:
Copyright (c) 2019 Your Name
Copyright (c) 2014-2019 John Otander for Mixyll
However, if you want to publish a fork of Mixyll under a different name *and* a different license, then you should should still add your name to the copyright notices but have a section titled "Mixyll" at the bottom of your LICENSE file that preserves the copyright and license notices for Mixyll:
Mixyll
Copyright (c) 2014-2019 John Otander
MIT License
Permission is hereby granted, [...]
If you are just modifying Mixyll in small ways to customize your site, you are not obligated to maintain the copyright notices of Mixyll on your site. However, if you want to credit the Mixyll theme that would be appreciated, see section on "Mixyll Plug" in the README file that came with Mixyll.
Thanks for using Mixyll, and happy hacking!
---
[^1]: **Disclaimer**: This material is for informational purposes only, and should not be construed as legal advice or opinion. For actual legal advice, you should consult with professional legal services.
[^2]: This list of privileges are derived from the four freedoms of "The Free Software Definition" published by the GNU project <https://www.gnu.org/philosophy/free-sw.en.html>.
[^3]: Using a different name from "Mixyll" for your derivate work helps avoid misdirected questions from people who are using your version. It's similar to using version numbers to discrimate the revisions of software when troubleshooting issues.

View File

@ -0,0 +1,9 @@
---
layout: post
title: Lorem ipsum dolor sit amet
date: 2019-01-26 19:22
summary: Lorem ipsum dolor sit amet
categories: jekyll mixyll
---
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

View File

@ -5,8 +5,7 @@ permalink: /about/
tags: about
---
This Jekyll theme was crafted with <3 by [John Otander](http://johnotander.com)
([@4lpine](https://twitter.com/4lpine)).
This Jekyll theme was crafted originally by [John Otander](http://johnotander.com) as [Pixyll](https://github.com/johno/pixyll) and modified by [Sai Kiran Sripada](https://www.saikiransripada.com/).
Checkout the [Github repository](https://github.com/saikiransripada/mixyll) to download it,
request a feature, report a bug, or contribute. It's free, and open source
@ -14,81 +13,8 @@ request a feature, report a bug, or contribute. It's free, and open source
Thanks to the following:
* [Pixyll](https://github.com/johno/pixyll)
* [BASSCSS](http://basscss.com)
* [Jekyll](http://jekyllrb.com)
* [Refills](http://refills.bourbon.io/)
* [Type Scale](http://type-scale.com/)
List of contributors:
- Aaron S. Hawley
- Adam Menges
- Alex Claman
- Alex Johnson
- Alex Touchet
- Allister Antosik
- Amin Bandali
- Anders Nissen
- Andrea Margiovanni
- Andreas Niedermair
- Andrzej Ośmiałowski
- Anuj More
- Arvind Chembarpu
- Assaf Gelber
- Barry vd. Heuvel
- Bartek Krzemień
- Benjamin Sinkula
- Bennett Rogers
- Brian Gaid
- Brian Hurst
- Chee Yeo
- Cody Chan
- Cristian Henrique
- David Ernst
- David Moodie
- Donate Altenburger
- Eddie Schoute
- Fernando Mantoan
- Gurchet Rai
- Harish Narayanan
- Jack Platten
- Jehan Tremback
- Jiaxi Gu (Isaac)
- John Otander
- Jordan Danielewski
- Josh Buxton
- Kirill Kulikov
- Kyle Maxwell
- Marta Sztybor
- Martin Wagner
- Matthew Graybosch
- Maxim Tsoy
- Mete Balci
- Mike Lloyd
- Mikhail Grachev
- mindwind
- Nick Rakochy
- Nikolay Georgiev
- Noel Bautista
- Oliver Hamlet
- Onur (e0i)
- Praveer Gupta
- Rassol (Karmeye)
- Renato Fialho
- Ricky Han
- Roberto Pesando
- Ryan Jacobs
- Scott Martin
- Selim Eren Bekçe
- Shruti Rijhwani
- Steef Hegeman
- Tehmasp Chaudhri
- Thomas Galvin
- Timothy Gu
- Tom Kraak
- Vishnu Ks
- Vladislav Arbatov
- Wilfred Hughes
- Yaroslav Yadrishnikov
- Yee Chie Tu
- Yeou Chien