From 324eb59ac1684d66b28d57cb7090cbe27c3b9736 Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:12:23 +0700 Subject: [PATCH 01/24] Update _config.yml a --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index b1d59f2aeb..f19e7d9c92 100644 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ name: 'Mundana' description: 'Mundana is a free Jekyll theme for awesome people like you, Medium like.' logo: 'assets/images/logo.png' favicon: 'assets/images/favicon.ico' -baseurl: '/mundana-theme-jekyll' +baseurl: '' disqus: 'demowebsite' email: 'wowthemesnet@gmail.com' mailchimp-list: 'https://wowthemes.us11.list-manage.com/subscribe/post?u=8aeb20a530e124561927d3bd8&id=8c3d2d214b' @@ -62,4 +62,4 @@ paginate: 10 # Exclude metadata and development time dependencies (like Grunt plugins) -exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules] \ No newline at end of file +exclude: [README.markdown, package.json, grunt.js, Gruntfile.js, Gruntfile.coffee, node_modules] From ac098602315155a7edd430805054eb231186fef1 Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:16:16 +0700 Subject: [PATCH 02/24] Update 2019-02-04-welcome-to-jekyll.markdown tes --- _posts/2019-02-04-welcome-to-jekyll.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown index c6fdc1e6f3..b668432647 100644 --- a/_posts/2019-02-04-welcome-to-jekyll.markdown +++ b/_posts/2019-02-04-welcome-to-jekyll.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "Welcome to Jekyll!" +title: "Welcome to Jekyll! abc yes" categories: [ Jekyll ] image: assets/images/demo1.jpg --- From 42ecb7fd8f67000ee00addfb791a8e52571638b1 Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:21:29 +0700 Subject: [PATCH 03/24] Update menu-header.html ganti icon tes --- _includes/menu-header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/menu-header.html b/_includes/menu-header.html index d0bcf81edd..0ab9720578 100644 --- a/_includes/menu-header.html +++ b/_includes/menu-header.html @@ -16,5 +16,5 @@ Ghost From 27a29661bcc0867edc3611ca229d425728aa2117 Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:26:22 +0700 Subject: [PATCH 04/24] Update menu-header.html tes --- _includes/menu-header.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_includes/menu-header.html b/_includes/menu-header.html index 0ab9720578..0326f7de9c 100644 --- a/_includes/menu-header.html +++ b/_includes/menu-header.html @@ -7,6 +7,9 @@ Authors + From 71f521f762e2fc9fb1ab8f725c5ee109ed5b87dd Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:28:30 +0700 Subject: [PATCH 05/24] Create coba.html yes --- _pages/coba.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _pages/coba.html diff --git a/_pages/coba.html b/_pages/coba.html new file mode 100644 index 0000000000..3e0d4e686d --- /dev/null +++ b/_pages/coba.html @@ -0,0 +1,26 @@ +--- +title: "Jane" +layout: default +permalink: "/coba.html" +--- +
+
+
+
+
+

{{page.title}} Follow

+

{{ site.authors.jane.site }}

+

{{ site.authors.jane.bio }}

+
+
+ {{ site.authors.jane.name }} +
+
+

Posts by {{page.title}}

+ {% assign posts = site.posts | where:"author","jane" %} + {% for post in posts %} + {% include main-loop-card.html %} + {% endfor %} +
+
+
From 0fb5f7a095cea1ff9b975b1c21d2ee9252eaa95c Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:36:42 +0700 Subject: [PATCH 06/24] Create baru.html --- _pages/baru.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _pages/baru.html diff --git a/_pages/baru.html b/_pages/baru.html new file mode 100644 index 0000000000..0781b829f7 --- /dev/null +++ b/_pages/baru.html @@ -0,0 +1,26 @@ +--- +title: "Jane" +layout: default +permalink: "/baru.html" +--- +
+
+
+
+
+

{{page.title}} Follow

+

{{ site.authors.jane.site }}

+

{{ site.authors.jane.bio }}

+
+
+ {{ site.authors.jane.name }} +
+
+

Posts by {{page.title}}

+ {% assign posts = site.posts | where:"author","jane" %} + {% for post in posts %} + {% include main-loop-card.html %} + {% endfor %} +
+
+
From c24e3dd89f48dfbb01af06ba9b00315bbf198ead Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:38:31 +0700 Subject: [PATCH 07/24] Add files via upload --- ...atsApp Image 2019-08-31 at 16.49.57 (2).jpeg | Bin 0 -> 16448 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/images/WhatsApp Image 2019-08-31 at 16.49.57 (2).jpeg diff --git a/assets/images/WhatsApp Image 2019-08-31 at 16.49.57 (2).jpeg b/assets/images/WhatsApp Image 2019-08-31 at 16.49.57 (2).jpeg new file mode 100644 index 0000000000000000000000000000000000000000..ff2f767ec0c97f5b94e6bf044e6e50447ffbae18 GIT binary patch literal 16448 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 EA3EiX=Kufz literal 0 HcmV?d00001 From 68f75b75b0090b17583cb0e0095f62b980f3b203 Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:40:18 +0700 Subject: [PATCH 08/24] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index f19e7d9c92..1d7d9bdd87 100644 --- a/_config.yml +++ b/_config.yml @@ -22,7 +22,7 @@ authors: sal: name: Sal site: https://www.wowthemes.net - avatar: /assets/images/avatar1.jpg + avatar: assets/images/avatar1.jpg bio: "Hi, I am Sal, the author of Mundana, the theme you're currently previewing. I hope you like it!" email: wowthemesnet@gmail.com twitter: https://twitter.com/wowthemesnet @@ -30,7 +30,7 @@ authors: jane: name: Jane site: https://www.wowthemes.net - avatar: /assets/images/avatar2.jpg + avatar: assets/images/avatar2.jpg bio: "Blogger, fashionista, love to explore new ideas and write on my morning coffee!" email: fakemail@gmail.com twitter: https://twitter.com/wowthemesnet From b2a1c5d7e3c4bc1b1fb9d854fc5525eb09bc1a24 Mon Sep 17 00:00:00 2001 From: rama Date: Wed, 6 Sep 2023 22:45:15 +0700 Subject: [PATCH 09/24] update --- _posts/2019-02-04-welcome-to-jekyll.markdown | 2 +- ...019-08-31 at 16.49.57 (2).jpeg => whatsapp.jpeg} | Bin upload.sh | 3 +++ 3 files changed, 4 insertions(+), 1 deletion(-) rename assets/images/{WhatsApp Image 2019-08-31 at 16.49.57 (2).jpeg => whatsapp.jpeg} (100%) create mode 100644 upload.sh diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown index b668432647..3e8eda4b9f 100644 --- a/_posts/2019-02-04-welcome-to-jekyll.markdown +++ b/_posts/2019-02-04-welcome-to-jekyll.markdown @@ -2,7 +2,7 @@ layout: post title: "Welcome to Jekyll! abc yes" categories: [ Jekyll ] -image: assets/images/demo1.jpg +image: assets/images/whatsapp.jpeg --- You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. diff --git a/assets/images/WhatsApp Image 2019-08-31 at 16.49.57 (2).jpeg b/assets/images/whatsapp.jpeg similarity index 100% rename from assets/images/WhatsApp Image 2019-08-31 at 16.49.57 (2).jpeg rename to assets/images/whatsapp.jpeg diff --git a/upload.sh b/upload.sh new file mode 100644 index 0000000000..cc449137e0 --- /dev/null +++ b/upload.sh @@ -0,0 +1,3 @@ +git add . +git commit -m "update latest" +git push From 2a23f4db30b3fa6213167f23e2b44748089043bf Mon Sep 17 00:00:00 2001 From: rama Date: Wed, 6 Sep 2023 22:51:18 +0700 Subject: [PATCH 10/24] update --- _posts/2019-02-04-welcome-to-jekyll.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown index 3e8eda4b9f..c8076e3e54 100644 --- a/_posts/2019-02-04-welcome-to-jekyll.markdown +++ b/_posts/2019-02-04-welcome-to-jekyll.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "Welcome to Jekyll! abc yes" +title: "Welcome to Jekyll! abc yes 1234fdsfd" categories: [ Jekyll ] image: assets/images/whatsapp.jpeg --- From c80fb565ad9ac03b1f0f3d1b74e4a530e6d3921f Mon Sep 17 00:00:00 2001 From: ramprakoso <144252508+ramprakoso@users.noreply.github.com> Date: Wed, 6 Sep 2023 22:53:17 +0700 Subject: [PATCH 11/24] Update 2019-02-04-welcome-to-jekyll.markdown --- _posts/2019-02-04-welcome-to-jekyll.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown index c8076e3e54..394d57b4e8 100644 --- a/_posts/2019-02-04-welcome-to-jekyll.markdown +++ b/_posts/2019-02-04-welcome-to-jekyll.markdown @@ -1,6 +1,6 @@ --- layout: post -title: "Welcome to Jekyll! abc yes 1234fdsfd" +title: "Welcome to Jekyll! abc yes 1234fdsfd oleh ardi" categories: [ Jekyll ] image: assets/images/whatsapp.jpeg --- From 8d64218c127ea14719d43370a7474273d36f54c0 Mon Sep 17 00:00:00 2001 From: rama Date: Wed, 6 Sep 2023 22:56:58 +0700 Subject: [PATCH 12/24] hidden subscription --- _layouts/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 52b8739a30..bf750bb05b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -79,7 +79,7 @@

{{ page.title }}

- {% if site.mailchimp-list %} + From f3371db1af40847f22246f71ccc0313552dab182 Mon Sep 17 00:00:00 2001 From: rama Date: Wed, 6 Sep 2023 23:04:08 +0700 Subject: [PATCH 13/24] ganti --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 1d7d9bdd87..160ff98c00 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ # Site -name: 'Mundana' -description: 'Mundana is a free Jekyll theme for awesome people like you, Medium like.' +name: 'Rama' +description: 'Bagian Portofolio Selama Hidup.' logo: 'assets/images/logo.png' favicon: 'assets/images/favicon.ico' baseurl: '' From 61d9dc483a31477a92b5f4d4958974be85fa1ee1 Mon Sep 17 00:00:00 2001 From: rama Date: Wed, 6 Sep 2023 23:13:37 +0700 Subject: [PATCH 14/24] ok --- _layouts/default.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index cf6a35d8cf..a69b32083b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -77,15 +77,15 @@
- Mundana + Rama Copyright © . - Fork on Github +
From 19567a9f8e2bcae1fe270f429fcdbf4196b4e200 Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 09:44:13 +0700 Subject: [PATCH 15/24] oke --- _includes/menu-header.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_includes/menu-header.html b/_includes/menu-header.html index 0326f7de9c..b0b2f553cf 100644 --- a/_includes/menu-header.html +++ b/_includes/menu-header.html @@ -6,13 +6,13 @@ - - --> From 4cabc4c14559520ec8c0e68bb732dd53aa501145 Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 10:46:21 +0700 Subject: [PATCH 17/24] ok --- _posts/2019-02-04-welcome-to-jekyll.markdown | 26 ++++++++------------ 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/_posts/2019-02-04-welcome-to-jekyll.markdown b/_posts/2019-02-04-welcome-to-jekyll.markdown index 394d57b4e8..d585a137c3 100644 --- a/_posts/2019-02-04-welcome-to-jekyll.markdown +++ b/_posts/2019-02-04-welcome-to-jekyll.markdown @@ -1,25 +1,19 @@ --- layout: post -title: "Welcome to Jekyll! abc yes 1234fdsfd oleh ardi" +title: "Selamat Datang Di Portofolio By Rama" categories: [ Jekyll ] image: assets/images/whatsapp.jpeg --- -You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. - -To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works. - -Jekyll also offers powerful support for code snippets: +You’ll find this uniq My Post. Isi dari portofolio ini merupakan kegiatan sehari hariku sebagai tempat media tulis dan media belajarku. Luangkan waktu sejenak untuk membaca dan mengetahui ilmu-ilmu baru yang ku share sesuai dengan jurusanku yaitu Teknologi Instrumentasi dan Kontrol. Kalian juga bisa share apa yang kalian baca ke orang lain agar keberadaan ini cukup bermanfaat, tinggalkan pesan dan request materi apapun untuk dibahas. Pantengin terus isi portofolio ini yaaa. Oh iya jika mau buat seperti ini akan saya bantu sampe bisa dalam 2 hari, bahkan kalian bisa gunakan ini sebagai penyimpanan penulisan code script loh dan kalian share ke teman kalian +Ini contoh Code Script: {% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. +#include +using namespace std; +int main () { + cout<<"Halo Rek"; + return 0; +}. {% endhighlight %} -Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. - -[jekyll-docs]: https://jekyllrb.com/docs/home -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll-talk]: https://talk.jekyllrb.com/ +Nah tu menurut kalian itu program apa ? yups itu Bahasa C++ , nah silahkan explore lebih lanjut profil portofolio ini. Ingat sebaik baiknya ilmu ialah yang bermanfaat untuk orang lain. From f442bb0d294fde892b37e306a2875b4ce9c3c8cc Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 11:13:14 +0700 Subject: [PATCH 18/24] ok --- ...9-01-24-powerful-things-markdown-editor.md | 28 ++++++------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/_posts/2019-01-24-powerful-things-markdown-editor.md b/_posts/2019-01-24-powerful-things-markdown-editor.md index 9539318278..22b27035ce 100644 --- a/_posts/2019-01-24-powerful-things-markdown-editor.md +++ b/_posts/2019-01-24-powerful-things-markdown-editor.md @@ -1,26 +1,16 @@ --- layout: post -title: "Powerful things you can do with the Markdown editor" -author: sal -categories: [ Jekyll, tutorial ] -image: assets/images/4.jpg +title: "Cara Bikin Simulasi CX Designer" +author: Rama +categories: [ PLC, tutorial ] +image: tags: [featured] --- -There are lots of powerful things you can do with the Markdown editor - -If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown! - -As with the last post about the editor, you'll want to be actually editing this post as you read it so that you can see all the Markdown code we're using. - - -## Special formatting - -As well as bold and italics, you can also use some other special formatting in Markdown when the need arises, for example: - -+ ~~strike through~~ -+ ==highlight== -+ \*escaped characters\* +Untuk memulai simulasi silahkan siapkan aplikasi CX-Designer. +1.Start > Program > OMRON > CX-One > CX-Designer > CX-Designer. +2.Untuk memulai project baru pilih [File] > [New Project] +3.Pilih model HMI Omron yang akan digunakan di bagian [Model], misalnya NS15. Untuk [System Version] gunakan default 13.0. Kemudian isikan [Project Title], [File Nime] dan [Location] penyimpanan file CX-Designer. Pilih [OK] untuk memulai project baru. ## Writing code blocks @@ -47,4 +37,4 @@ Another way to insert links in markdown is using reference lists. You might want Perhaps the best part of Markdown is that you're never limited to just Markdown. You can write HTML directly in the Markdown editor and it will just work as HTML usually does. No limits! Here's a standard YouTube embed code as an example: -

\ No newline at end of file +

\ No newline at end of file From abe8f8a3a7a8b03994fead2511f6b2dd38dbaa71 Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 11:17:44 +0700 Subject: [PATCH 19/24] y --- ...9-01-24-powerful-things-markdown-editor.md | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/_posts/2019-01-24-powerful-things-markdown-editor.md b/_posts/2019-01-24-powerful-things-markdown-editor.md index 22b27035ce..7879c90e97 100644 --- a/_posts/2019-01-24-powerful-things-markdown-editor.md +++ b/_posts/2019-01-24-powerful-things-markdown-editor.md @@ -10,31 +10,6 @@ Untuk memulai simulasi silahkan siapkan aplikasi CX-Designer. 1.Start > Program > OMRON > CX-One > CX-Designer > CX-Designer. 2.Untuk memulai project baru pilih [File] > [New Project] -3.Pilih model HMI Omron yang akan digunakan di bagian [Model], misalnya NS15. Untuk [System Version] gunakan default 13.0. Kemudian isikan [Project Title], [File Nime] dan [Location] penyimpanan file CX-Designer. Pilih [OK] untuk memulai project baru. - -## Writing code blocks - -There are two types of code elements which can be inserted in Markdown, the first is inline, and the other is block. Inline code is formatted by wrapping any word or words in back-ticks, `like this`. Larger snippets of code can be displayed across multiple lines using triple back ticks: - -``` -.my-link { - text-decoration: underline; -} -``` - -If you want to get really fancy, you can even add syntax highlighting using Rouge. - - -![walking]({{ site.baseurl }}/assets/images/3.jpg) - -## Reference lists - -The quick brown jumped over the lazy. - -Another way to insert links in markdown is using reference lists. You might want to use this style of linking to cite reference material in a Wikipedia-style. All of the links are listed at the end of the document, so you can maintain full separation between content and its source or reference. - -## Full HTML - -Perhaps the best part of Markdown is that you're never limited to just Markdown. You can write HTML directly in the Markdown editor and it will just work as HTML usually does. No limits! Here's a standard YouTube embed code as an example: +3.Pilih model HMI Omron yang akan digunakan di bagian [Model], misalnya NS15. Untuk [System Version] gunakan default 13.0. Kemudian isikan [Project Title], [File Nime] dan [Location] penyimpanan file CX-Designer. Pilih [OK] untuk memulai project baru

\ No newline at end of file From 6ec1d03b24082762b454ea7004c337bb08896abb Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 11:20:28 +0700 Subject: [PATCH 20/24] ok --- _posts/2019-02-03-powerful-things-markdown-editor.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2019-02-03-powerful-things-markdown-editor.md b/_posts/2019-02-03-powerful-things-markdown-editor.md index ad1467d29f..41026b0ce2 100644 --- a/_posts/2019-02-03-powerful-things-markdown-editor.md +++ b/_posts/2019-02-03-powerful-things-markdown-editor.md @@ -1,12 +1,12 @@ --- layout: post -title: "Powerful things you can do with the Markdown editor" +title: "CX Designer" author: jane categories: [ Jekyll, tutorial ] image: https://images.unsplash.com/photo-1528784351875-d797d86873a1?ixlib=rb-1.2.1&auto=format&fit=crop&w=750&q=80 tags: [summer] --- -There are lots of powerful things you can do with the Markdown editor. If you've gotten pretty comfortable with writing in Markdown, then you may enjoy some more advanced tips about the types of things you can do with Markdown! +

\ No newline at end of file From afb510d9b2efae7ef1d21b4b006847ccceb472f7 Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 12:34:56 +0700 Subject: [PATCH 21/24] ok --- _config.yml | 20 ++++++++++---------- _pages/baru.html | 2 +- _posts/2019-01-21-is-intelligence-enough.md | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_config.yml b/_config.yml index 160ff98c00..cbca89fee0 100644 --- a/_config.yml +++ b/_config.yml @@ -19,21 +19,21 @@ plugins: - jekyll-seo-tag authors: - sal: - name: Sal - site: https://www.wowthemes.net + Rama: + name: Rama + site: https://ramprakoso.github.io/ avatar: assets/images/avatar1.jpg bio: "Hi, I am Sal, the author of Mundana, the theme you're currently previewing. I hope you like it!" email: wowthemesnet@gmail.com twitter: https://twitter.com/wowthemesnet - jane: - name: Jane - site: https://www.wowthemes.net - avatar: assets/images/avatar2.jpg - bio: "Blogger, fashionista, love to explore new ideas and write on my morning coffee!" - email: fakemail@gmail.com - twitter: https://twitter.com/wowthemesnet + # jane: + # name: + # site: https://www.wowthemes.net + # avatar: assets/images/avatar2.jpg + # bio: "Blogger, fashionista, love to explore new ideas and write on my morning coffee!" + # email: fakemail@gmail.com + # twitter: https://twitter.com/wowthemesnet # Defaults defaults: diff --git a/_pages/baru.html b/_pages/baru.html index 0781b829f7..4bf7150599 100644 --- a/_pages/baru.html +++ b/_pages/baru.html @@ -1,7 +1,7 @@ --- title: "Jane" layout: default -permalink: "/baru.html" +permalink: "/Edukasi.html" ---
diff --git a/_posts/2019-01-21-is-intelligence-enough.md b/_posts/2019-01-21-is-intelligence-enough.md index 4e37ef1f38..228586c767 100644 --- a/_posts/2019-01-21-is-intelligence-enough.md +++ b/_posts/2019-01-21-is-intelligence-enough.md @@ -2,7 +2,7 @@ layout: post title: "Is Intelligence Enough" author: sal -categories: [ Jekyll, tutorial ] +categories: [ , tutorial ] image: https://images.unsplash.com/photo-1523740856324-f2ce89135981?ixlib=rb-1.2.1&auto=format&fit=crop&w=798&q=80 --- Education must also train one for quick, resolute and effective thinking. To think incisively and to think for one's self is very difficult. We are prone to let our mental life become invaded by legions of half truths, prejudices, and propaganda. At this point, I often wonder whether or not education is fulfilling its purpose. A great majority of the so-called educated people do not think logically and scientifically. From 5d947d660421e5e68e0b26c476fa691444504bcf Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 12:40:05 +0700 Subject: [PATCH 22/24] ok --- _posts/2019-01-29-about-bundler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-01-29-about-bundler.md b/_posts/2019-01-29-about-bundler.md index 40dfcfda03..49b7d4be6a 100644 --- a/_posts/2019-01-29-about-bundler.md +++ b/_posts/2019-01-29-about-bundler.md @@ -1,6 +1,6 @@ --- layout: post -title: "About Bundler" +title: "Perbedaan Elektro dan Elektronika" author: sal categories: [ Jekyll ] image: assets/images/2.jpg From 21e38a658fabdb8acad405abbb5fe7fc7d87c646 Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 13:34:06 +0700 Subject: [PATCH 23/24] p --- _posts/2019-01-29-about-bundler.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/_posts/2019-01-29-about-bundler.md b/_posts/2019-01-29-about-bundler.md index 49b7d4be6a..f51ad23018 100644 --- a/_posts/2019-01-29-about-bundler.md +++ b/_posts/2019-01-29-about-bundler.md @@ -5,12 +5,8 @@ author: sal categories: [ Jekyll ] image: assets/images/2.jpg --- -`gem install bundler` installs the bundler gem through RubyGems. You only need to install it once - not every time you create a new Jekyll project. Here are some additional details: - -`bundler` is a gem that manages other Ruby gems. It makes sure your gems and gem versions are compatible, and that you have all necessary dependencies each gem requires. - -The `Gemfile` and `Gemfile.lock` files inform `Bundler` about the gem requirements in your site. If your site doesn’t have these Gemfiles, you can omit `bundle exec` and just `run jekyll serve`. - -When you run `bundle exec jekyll serve`, `Bundler` uses the gems and versions as specified in `Gemfile.lock` to ensure your Jekyll site builds with no compatibility or dependency conflicts. - -For more information about how to use `Bundler` in your Jekyll project, this tutorial should provide answers to the most common questions and explain how to get up and running quickly. +`Pahami Sebentar` +Sebenernya apa bedanya elektro dan elektronika ? +Elektro atau yang sering kita kenal dengan listrik, merupakan energi yang terbawa oleh partikel bermuatan seperti elektron. Fenomena fisik yang melibatkan aliran elektron dalam rangkaian listrik dan memiliki banyak aplikasi dalam kehidupan sehari-hari, seperti sebagai pencahayaan, pemanasan, dan komunikasi. +Sedangkan, +Elektronika merupakan cabang dari bidang elektro yang mengkaji bagaimana elektron berperilaku dan bagaimana mengendalikan aliran elektron dalam beragam peranti elektronika. Ini meliputi proses perancangan, pembuatan, dan perbaikan berbagai jenis peranti elektronik seperti komputer, ponsel cerdas, televisi, dan peralatan elektronik lainnya. From 34ebde17df55d6fa65c9f00b0c4ee0fc183fd593 Mon Sep 17 00:00:00 2001 From: rama Date: Fri, 8 Sep 2023 14:24:36 +0700 Subject: [PATCH 24/24] ok --- _posts/2019-01-29-about-bundler.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_posts/2019-01-29-about-bundler.md b/_posts/2019-01-29-about-bundler.md index f51ad23018..6a891a8aed 100644 --- a/_posts/2019-01-29-about-bundler.md +++ b/_posts/2019-01-29-about-bundler.md @@ -5,8 +5,7 @@ author: sal categories: [ Jekyll ] image: assets/images/2.jpg --- -`Pahami Sebentar` -Sebenernya apa bedanya elektro dan elektronika ? +`Pahami Sebentar`sebenernya apa bedanya elektro dan elektronika ? Elektro atau yang sering kita kenal dengan listrik, merupakan energi yang terbawa oleh partikel bermuatan seperti elektron. Fenomena fisik yang melibatkan aliran elektron dalam rangkaian listrik dan memiliki banyak aplikasi dalam kehidupan sehari-hari, seperti sebagai pencahayaan, pemanasan, dan komunikasi. Sedangkan, Elektronika merupakan cabang dari bidang elektro yang mengkaji bagaimana elektron berperilaku dan bagaimana mengendalikan aliran elektron dalam beragam peranti elektronika. Ini meliputi proses perancangan, pembuatan, dan perbaikan berbagai jenis peranti elektronik seperti komputer, ponsel cerdas, televisi, dan peralatan elektronik lainnya.