Skip to content

Commit 95848ec

Browse files
committed
minimal blog - first commit
1 parent afb62c7 commit 95848ec

36 files changed

+1813
-56
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.sass-cache
2+
.jekyll-metadata

README.md

+20-55
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,31 @@
1-
# Muslim App
1+
<img src="mappicon.png" align="right" height="100" width="100">
22

3-
<img src="https://avatars1.githubusercontent.com/u/45206556?s=400&u=66a258d727c291507c0c7213e483306dbc2919b1&v=4"
4-
alt="Muslim App Logo"
5-
height="100"
6-
width="100">
3+
# MA-PP
4+
> a minimal blog from Mobile App of Awesome Muslim Life
75
8-
## Hello Developers! Contribute to Muslim App!
6+
## How to add Some Post
7+
1. enter to '_posts' directory
8+
2. make file with markdown exstension. example : mystory.md
9+
3. the format post like shown bellow
910

10-
Translate this page? Push your translation!
11+
> <img src="Screenshot1.png" alt="Screenshot1.png">
1112
12-
All you need to know to start push will be available soon!
13+
## How to add Some Page
14+
1. enter to this repo/folder (make sure you are in root directory)
15+
2. add file with markdown exstension. example : test.md
16+
3. the format page just like image bellow
1317

14-
Beautify this Github Page? Start forking!
18+
> <img src="Screenshot2.png" alt="Screenshot2.png">
1519
16-
Technology currently using:
17-
1. Flask Python
18-
2. Swift iOS
19-
3. Android Java
20-
4. HTML, CSS
20+
## How to edit Some Page
21+
1. enter to this repo/folder (make sure you are in root directory)
22+
2. just edit which the page file you wanna edit in markdown format
2123

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

25-
## Description
25+
## Credits
2626

27-
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.
27+
this documentation will improve next as soon
2828

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

31-
Here is some application that set to be available for the first production:
32-
33-
1. Catatan Muslim (Muslim Note)
34-
2. Agenda Muslim (Muslim Agenda)
35-
3. Lowongan Kerja Muslim (Muslim Job)
36-
4. Jadwal Shalat (Pray Schedule)
37-
5. Amalan Yaumiyah (Daily Prayer)
38-
39-
All above application is set to match these following requirements as possible:
40-
1. Deploy as Muslim App sub application
41-
2. Deploy as single application
42-
3. Be able to be triggered from Muslim App Home Launcher
43-
44-
Project Kakak Asuh (Foster Brother) is companion for Muslim App.
45-
[**KAKAK ASUH**](https://github.com/ma-pp/ma2018kakakasuh_rn)
46-
47-
48-
## Apps Repository
49-
### Muslim App
50-
<br/>
51-
<img src="https://i.ibb.co/5Mn8sLT/master.png"
52-
alt="Muslim App UI">
53-
54-
### Muslim Note
55-
1. [**iOS**](https://github.com/ma-pp/ma2018_ios)
56-
2. [**Android**](https://github.com/ma-pp/ma2018_android)
57-
3. **Web** _Backlog_
58-
4. [**Backend**](https://github.com/ma-pp/ma2018note_flask)
59-
5. **UI & UX**
60-
* [**Design Styleguideline**](https://www.figma.com/file/QMtFwOMcZ4mEBRHs3oT9FWUe/muslim-apps-android)
61-
* [**Interface Prototype**](https://www.figma.com/proto/QMtFwOMcZ4mEBRHs3oT9FWUe/muslim-apps-android?node-id=0%3A1&scaling=contain&redirected=1)
62-
<br/>
63-
<img src="https://i.ibb.co/cN7n5T1/master.png"
64-
alt="Catatan Muslim App UI">
65-
66-
Stay tuned and lifelong coder!
31+
this page was generated from [**here**](https://github.com/willianjusten/minimal-blog)

Screenshot1.png

123 KB
Loading

Screenshot2.png

93.7 KB
Loading

_config.yml

+19-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,19 @@
1-
theme: jekyll-theme-cayman
1+
# Welcome to Jekyll!
2+
#
3+
# This config file is meant for settings that affect your whole blog, values
4+
# which you are expected to set up once and rarely need to edit after that.
5+
# For technical reasons, this file is *NOT* reloaded automatically when you use
6+
# 'jekyll serve'. If you change this file, please restart the server process.
7+
8+
# Site settings
9+
title: Muslim App
10+
11+
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."
12+
baseurl: ""
13+
url: ""
14+
twitter_username: minimal_twitter
15+
github_username: https://github.com/ma-pp
16+
17+
# Build settings
18+
markdown: kramdown
19+
permalink: /:title/

_includes/comments.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<section class="comments">
2+
<h3>Comments</h3>
3+
<div id="disqus_thread"></div>
4+
</section>
5+
<div id="disqus_thread"></div>
6+
<script>
7+
8+
var disqus_config = function () {
9+
this.page.url = '{{ site.url }}{{ site.baseurl }}{{ page.url }}';
10+
this.page.identifier = '{{ page.url }}';
11+
};
12+
(function() { // DON'T EDIT BELOW THIS LINE
13+
var d = document, s = d.createElement('script');
14+
15+
s.src = '//minimalsblog.disqus.com/embed.js';
16+
17+
s.setAttribute('data-timestamp', +new Date());
18+
(d.head || d.body).appendChild(s);
19+
})();
20+
</script>
21+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>

_includes/head.html

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
7+
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
8+
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
9+
</head>

_includes/header.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<header class="masthead">
2+
<img src="https://avatars1.githubusercontent.com/u/45206556?s=400&u=66a258d727c291507c0c7213e483306dbc2919b1&v=4"
3+
alt="Muslim App Logo"
4+
height="100"
5+
width="100">
6+
<h1 class="masthead-title">
7+
<a href="{{ site.baseurl }}/">{{ site.title }}</a>
8+
</h1>
9+
<nav class="masthead-nav">
10+
{% for page in site.pages %}
11+
{% if page.title %}
12+
<a href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>
13+
{% endif %}
14+
{% endfor %}
15+
</nav>
16+
</header>

_includes/minutes-to-read.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% assign words = content | number_of_words %}
2+
3+
{% if words < 360 %}
4+
{% assign minutesText = '1 minute to read' %}
5+
{% else %}
6+
{% assign minutesText = words | divided_by:180 | append: ' minutes to read' %}
7+
{% endif %}

_layouts/default.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% include head.html %}
2+
<body>
3+
<div class="container">
4+
5+
{% include header.html %}
6+
7+
{{ content }}
8+
</div>
9+
</body>
10+
</html>

_layouts/page.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
---
4+
5+
<article class="content post">
6+
<h1 class="post-title">{{ page.title }}</h1>
7+
{{ content }}
8+
</article>

_layouts/post.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: default
3+
---
4+
5+
{% include minutes-to-read.html %}
6+
7+
<article class="content post">
8+
<h1 class="post-title">{{ page.title }}</h1>
9+
<div class="post-date">
10+
<time>{{ page.date | date_to_string }}</time>
11+
<span class="reading-time" title="Estimated read time"> - {{ minutesText }}</span>
12+
</div>
13+
14+
{{ content }}
15+
16+
{% include comments.html %}
17+
</article>

_posts/2018-11-22-hello-developers.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: post
3+
title: "Hello Developers! Contribute to Muslim App!"
4+
date: 2018-11-22 12:28:03 -0300
5+
categories: start blog
6+
---
7+
8+
## Hello Developers! Contribute to Muslim App!
9+
10+
Translate this page? Push your translation!
11+
12+
All you need to know to start push will be available soon!
13+
14+
Beautify this Github Page? Start forking!
15+
16+
Technology currently using:
17+
1. Flask Python
18+
2. Swift iOS
19+
3. Android Java
20+
4. HTML, CSS
21+
22+
Touch developers at:
23+
1. [**Slack Workspace**](https://muslimapp.slack.com)
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
layout: post
3+
title: "What is Muslim App?"
4+
date: 2018-11-22 09:46:41 -0300
5+
categories: jekyll update
6+
---
7+
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.
8+
9+
Current goal is to develop Muslim App to its early production.
10+
11+
Here is some application that set to be available for the first production:
12+
13+
1. Catatan Muslim (Muslim Note)
14+
2. Agenda Muslim (Muslim Agenda)
15+
3. Lowongan Kerja Muslim (Muslim Job)
16+
4. Jadwal Shalat (Pray Schedule)
17+
5. Amalan Yaumiyah (Daily Prayer)
18+
19+
All above application is set to match these following requirements as possible:
20+
1. Deploy as Muslim App sub application
21+
2. Deploy as single application
22+
3. Be able to be triggered from Muslim App Home Launcher
23+
24+
Project Kakak Asuh (Foster Brother) is companion for Muslim App.
25+
[**KAKAK ASUH**](https://github.com/ma-pp/ma2018kakakasuh_rn)

0 commit comments

Comments
 (0)