diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml new file mode 100644 index 000000000..61cb2f07b --- /dev/null +++ b/.github/workflows/jekyll.yml @@ -0,0 +1,64 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll site to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["master"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Ruby + uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0 + with: + ruby-version: '3.1' # Not needed with a .ruby-version file + bundler-cache: true # runs 'bundle install' and caches installed gems automatically + cache-version: 0 # Increment this number if you need to re-download cached gems + - name: Setup Pages + id: pages + uses: actions/configure-pages@v4 + - name: Build with Jekyll + # Outputs to the './_site' directory by default + run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" + env: + JEKYLL_ENV: production + - name: Upload artifact + # Automatically uploads an artifact from the './_site' directory by default + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/Stackars_lilla_Basse!.jpg b/Stackars_lilla_Basse!.jpg new file mode 100644 index 000000000..d6bbe8c3c Binary files /dev/null and b/Stackars_lilla_Basse!.jpg differ diff --git a/_config.yml b/_config.yml index 314bd6e49..991b35d38 100644 --- a/_config.yml +++ b/_config.yml @@ -1,10 +1,10 @@ -title: no style, please! # name of the site -author: Riccardo Graziosi # name of site's author -email: riccardo.graziosi97@gmail.com # email of site's author -url: https://riggraz.dev # root address of the site +title: lochana perera # name of the site +author: lochana perera # name of site's author +email: loki.l.perera@gmail.com # email of site's author +url: # root address of the site baseurl: "/no-style-please" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath) description: > # description of the site (multiple lines allowed) - A (nearly) no-CSS, fast, minimalist Jekyll theme. + welcome to my "knowledge site", at least what I like to call it. permalink: /:slug.html @@ -14,10 +14,10 @@ favicon: "logo.png" # name+extension of favicon (which must be put on the root f theme: no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please theme_config: - appearance: "auto" # can be "light", "dark" or "auto" + appearance: "light" # can be "light", "dark" or "auto" back_home_text: ".." # customize text for homepage link in post layout date_format: "%Y-%m-%d" # customize how date is formatted - show_description: false # show blog description in home page + show_description: True # show blog description in home page sass: style: :compressed diff --git a/_data/menu.yml b/_data/menu.yml index 69f6454bc..d1c2204ff 100644 --- a/_data/menu.yml +++ b/_data/menu.yml @@ -35,4 +35,9 @@ entries: url: about - title: PRO TIP entries: - - title: to edit this menu, edit _data/menu.yml file \ No newline at end of file + - title: to edit this menu, edit _data/menu.yml file + + - title: This is a new post, lets see if this works + entries: + - title: i am just experimenting if you need to know more vist me at loki.l.perera@gmail.com + url: loki.l.perera@gmail.com diff --git a/_posts/2020-07-07-overview-post.md b/_posts/2020-07-07-overview-post.md index fc984e219..1f980f9e2 100644 --- a/_posts/2020-07-07-overview-post.md +++ b/_posts/2020-07-07-overview-post.md @@ -3,7 +3,7 @@ layout: post category: example --- -Lorem ipsum[^1] dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. +Lorem ipsum[^1] welcome to the first postgot, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. # Sample heading 1 ## Sample heading 2 @@ -71,7 +71,7 @@ Now a table: ## Images -![theme logo](https://raw.githubusercontent.com/riggraz/no-style-please/master/logo.png){:.ioda} +![https://github.com/lokilperera/lochana.github.io/blob/master/Stackars_lilla_Basse!.jpg] {:.ioda} Logo of *no style, please!* theme[^4] @@ -81,4 +81,4 @@ Logo of *no style, please!* theme[^4] [^1]: this is a footnote. It should highlight if you click on the corresponding superscript number. [^2]: hey there, i'm using no style please! [^3]: this is another footnote. -[^4]: this is a very very long footnote to test if a very very long footnote brings some problems or not. I strongly hope that there are no problems but you know sometimes problems arise from nowhere. \ No newline at end of file +[^4]: this is a very very long footnote to test if a very very long footnote brings some problems or not. I strongly hope that there are no problems but you know sometimes problems arise from nowhere. diff --git a/_posts/2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md b/_posts/2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md deleted file mode 100644 index bd0ca9e40..000000000 --- a/_posts/2020-07-08-very-very-very-long-title-and-very-very-very-short-content.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: post -category: example ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque vel lacinia neque. Praesent nulla quam, ullamcorper in sollicitudin ac, molestie sed justo. Cras aliquam, sapien id consectetur accumsan, augue magna faucibus ex, ut ultricies turpis tortor vel ante. In at rutrum tellus. Nullam vestibulum metus eu purus malesuada, volutpat mattis leo facilisis. \ No newline at end of file diff --git a/_posts/2020-07-09-Medical monopolies.md b/_posts/2020-07-09-Medical monopolies.md new file mode 100644 index 000000000..f6e1f85c1 --- /dev/null +++ b/_posts/2020-07-09-Medical monopolies.md @@ -0,0 +1,32 @@ +--- +layout: post +title: Medical monopolies and the fight for the people's health +category: example +--- + +### My thread into the inner workings of medical unions + +1. Doctors once raged against public insurance, for it would surely cut their profits by giving more treatment at less cost. The greed of the medical trade unions is as old as illness itself. + +2. In the past, only the rich could afford a doctor's fees or insurance. The poor relied on charity hospitals and what little aid the churches and Queensland's gambling tax could spare. Public hospitals charged, unless you were utterly destitute. + +3. It took decades and a world war's upheaval to create our Medicare system. In '39 Menzies proposed nationalized insurance, *but was blocked by fears over the massive costs.* Only global conflict could smash such miserly objections. + +4. After the war, Labor's early steps towards public healthcare were swiftly crushed when the Tories returned. **Not until Whitlam's election in the 70s did we finally win universal care, and only after a ferocious political brawl.**[^1] + +5. Now we take free medical treatment as a prized right. Yet not long ago, medical bills were the biggest cause of bankruptcy, just as still afflicts the Americans with their endless debates over protecting corporate profits. + +6. Claim what inefficiencies you like about our public system, but it is proven cheaper than private care. And what use is swift surgery if the fees render you homeless? I'll take a queue over destitution always. + +let us find out if we can write some code for this: + +``` +def monopoly(type:medical): + print('welcome to the medical monopoly') +``` + +--- +{: data-content ="footnotes"} + +[^1]: this didn't go well at last :) + diff --git a/_sass/no-style-please.scss b/_sass/no-style-please.scss index a9c968806..23c1e0aca 100644 --- a/_sass/no-style-please.scss +++ b/_sass/no-style-please.scss @@ -25,8 +25,8 @@ html { height: 100%; } body { color: black; - font-family: monospace; - font-size: 16px; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-size: 15px; line-height: 1.4; margin: 0; min-height: 100%;