Skip to content

minimal blog - first commit #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.sass-cache
.jekyll-metadata
75 changes: 20 additions & 55 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,66 +1,31 @@
# Muslim App
<img src="mappicon.png" align="right" height="100" width="100">

<img src="https://avatars1.githubusercontent.com/u/45206556?s=400&u=66a258d727c291507c0c7213e483306dbc2919b1&v=4"
alt="Muslim App Logo"
height="100"
width="100">
# MA-PP
> a minimal blog from Mobile App of Awesome Muslim Life

## Hello Developers! Contribute to Muslim App!
## How to add Some Post
1. enter to '_posts' directory
2. make file with markdown exstension. example : mystory.md
3. the format post like shown bellow

Translate this page? Push your translation!
> <img src="Screenshot1.png" alt="Screenshot1.png">

All you need to know to start push will be available soon!
## How to add Some Page
1. enter to this repo/folder (make sure you are in root directory)
2. add file with markdown exstension. example : test.md
3. the format page just like image bellow

Beautify this Github Page? Start forking!
> <img src="Screenshot2.png" alt="Screenshot2.png">

Technology currently using:
1. Flask Python
2. Swift iOS
3. Android Java
4. HTML, CSS
## How to edit Some Page
1. enter to this repo/folder (make sure you are in root directory)
2. just edit which the page file you wanna edit in markdown format

Touch developers at:
1. [**Slack Workspace**](https://muslimapp.slack.com)

## Description
## Credits

Muslim App is designed to be an Umbrella Project for it sub project. Consider to design your platform implementation to be as modular as possible. Some implementation details may need to be private, so use your avalaible technology stack tools to keep it safe and sound.
this documentation will improve next as soon

Current goal is to develop Muslim App to its early production.
many thanks for developers who colaborate this awesome project

Here is some application that set to be available for the first production:

1. Catatan Muslim (Muslim Note)
2. Agenda Muslim (Muslim Agenda)
3. Lowongan Kerja Muslim (Muslim Job)
4. Jadwal Shalat (Pray Schedule)
5. Amalan Yaumiyah (Daily Prayer)

All above application is set to match these following requirements as possible:
1. Deploy as Muslim App sub application
2. Deploy as single application
3. Be able to be triggered from Muslim App Home Launcher

Project Kakak Asuh (Foster Brother) is companion for Muslim App.
[**KAKAK ASUH**](https://github.com/ma-pp/ma2018kakakasuh_rn)


## Apps Repository
### Muslim App
<br/>
<img src="https://i.ibb.co/5Mn8sLT/master.png"
alt="Muslim App UI">

### Muslim Note
1. [**iOS**](https://github.com/ma-pp/ma2018_ios)
2. [**Android**](https://github.com/ma-pp/ma2018_android)
3. **Web** _Backlog_
4. [**Backend**](https://github.com/ma-pp/ma2018note_flask)
5. **UI & UX**
* [**Design Styleguideline**](https://www.figma.com/file/QMtFwOMcZ4mEBRHs3oT9FWUe/muslim-apps-android)
* [**Interface Prototype**](https://www.figma.com/proto/QMtFwOMcZ4mEBRHs3oT9FWUe/muslim-apps-android?node-id=0%3A1&scaling=contain&redirected=1)
<br/>
<img src="https://i.ibb.co/cN7n5T1/master.png"
alt="Catatan Muslim App UI">

Stay tuned and lifelong coder!
this page was generated from [**here**](https://github.com/willianjusten/minimal-blog)
Binary file added Screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
theme: jekyll-theme-cayman
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.

# Site settings
title: Muslim App
email: [email protected]
description: "Muslim App is designed to be an Umbrella Project for it sub project. Consider to design your platform implementation to be as modular as possible. Some implementation details may need to be private, so use your avalaible technology stack tools to keep it safe and sound."
baseurl: ""
url: ""
twitter_username: minimal_twitter
github_username: https://github.com/ma-pp

# Build settings
markdown: kramdown
permalink: /:title/
21 changes: 21 additions & 0 deletions _includes/comments.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<section class="comments">
<h3>Comments</h3>
<div id="disqus_thread"></div>
</section>
<div id="disqus_thread"></div>
<script>

var disqus_config = function () {
this.page.url = '{{ site.url }}{{ site.baseurl }}{{ page.url }}';
this.page.identifier = '{{ page.url }}';
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');

s.src = '//minimalsblog.disqus.com/embed.js';

s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
9 changes: 9 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
</head>
16 changes: 16 additions & 0 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<header class="masthead">
<img src="https://avatars1.githubusercontent.com/u/45206556?s=400&u=66a258d727c291507c0c7213e483306dbc2919b1&v=4"
alt="Muslim App Logo"
height="100"
width="100">
<h1 class="masthead-title">
<a href="{{ site.baseurl }}/">{{ site.title }}</a>
</h1>
<nav class="masthead-nav">
{% for page in site.pages %}
{% if page.title %}
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
{% endif %}
{% endfor %}
</nav>
</header>
7 changes: 7 additions & 0 deletions _includes/minutes-to-read.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% assign words = content | number_of_words %}

{% if words < 360 %}
{% assign minutesText = '1 minute to read' %}
{% else %}
{% assign minutesText = words | divided_by:180 | append: ' minutes to read' %}
{% endif %}
10 changes: 10 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{% include head.html %}
<body>
<div class="container">

{% include header.html %}

{{ content }}
</div>
</body>
</html>
8 changes: 8 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: default
---

<article class="content post">
<h1 class="post-title">{{ page.title }}</h1>
{{ content }}
</article>
17 changes: 17 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: default
---

{% include minutes-to-read.html %}

<article class="content post">
<h1 class="post-title">{{ page.title }}</h1>
<div class="post-date">
<time>{{ page.date | date_to_string }}</time>
<span class="reading-time" title="Estimated read time"> - {{ minutesText }}</span>
</div>

{{ content }}

{% include comments.html %}
</article>
23 changes: 23 additions & 0 deletions _posts/2018-11-22-hello-developers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: post
title: "Hello Developers! Contribute to Muslim App!"
date: 2018-11-22 12:28:03 -0300
categories: start blog
---

## Hello Developers! Contribute to Muslim App!

Translate this page? Push your translation!

All you need to know to start push will be available soon!

Beautify this Github Page? Start forking!

Technology currently using:
1. Flask Python
2. Swift iOS
3. Android Java
4. HTML, CSS

Touch developers at:
1. [**Slack Workspace**](https://muslimapp.slack.com)
25 changes: 25 additions & 0 deletions _posts/2018-11-22-what-is-muslim-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
layout: post
title: "What is Muslim App?"
date: 2018-11-22 09:46:41 -0300
categories: jekyll update
---
Muslim App is designed to be an Umbrella Project for it sub project. Consider to design your platform implementation to be as modular as possible. Some implementation details may need to be private, so use your avalaible technology stack tools to keep it safe and sound.

Current goal is to develop Muslim App to its early production.

Here is some application that set to be available for the first production:

1. Catatan Muslim (Muslim Note)
2. Agenda Muslim (Muslim Agenda)
3. Lowongan Kerja Muslim (Muslim Job)
4. Jadwal Shalat (Pray Schedule)
5. Amalan Yaumiyah (Daily Prayer)

All above application is set to match these following requirements as possible:
1. Deploy as Muslim App sub application
2. Deploy as single application
3. Be able to be triggered from Muslim App Home Launcher

Project Kakak Asuh (Foster Brother) is companion for Muslim App.
[**KAKAK ASUH**](https://github.com/ma-pp/ma2018kakakasuh_rn)
Loading