Questions tagged [minima]

Minima is a one-size-fits-all Jekyll theme. https://github.com/jekyll/minima

55 questions
1
vote
1 answer

How to calculate the value of the point of minima in the following graph using python

I am trying to find the value of the point of the minima(local and global doesn't matter as there is only one minima in the first graph) in the first graph.How to do that.Point of minima is marked in red. First graph is the smoothened out version of…
Bing
  • 631
  • 1
  • 8
  • 23
1
vote
2 answers

Finding local minima about either side of a maxima in a matrix in matlab

For some "big data" processing. When plotted my data is sign wave like but with random peaks. (So imagine plotting the value of each matrix position against it's position) I know how to find the peaks, but I need a way of then finding the value of…
user2587726
  • 169
  • 2
  • 11
1
vote
1 answer

finding conditional local minima values in time series python

For a time series dataset: A, How do I find the local minima (nadir values) for each ID? (local mins) B, How do I find any subsequent values that are 2 greater than each local minima. (local mins + 2) import pandas as pd df = pd.DataFrame({'id':…
1
vote
1 answer

Separate style for markdown in single backticks vs. triple backticks using the Minima theme for Jekyll

I am trying to customize the Minima theme for Jekyll. I'd like to have a dark background for code between triple backticks (i.e. in its own paragraph), but I don't want to affect the background of inline code between single backticks. Is there a way…
Nested Software
  • 303
  • 4
  • 15
1
vote
1 answer

Adding of any html file from the minima/_includes directory into the website directory cause the github build to fail

I wanted to override/change certain things in head.html so I copied to over https://github.com/jekyll/minima/blob/master/_includes/head.html to my website directory and built it (jekyll clean + build) - this worked fine in my local but on pushing…
Nohsib
  • 3,614
  • 14
  • 51
  • 63
1
vote
0 answers

Jekyll - Code block background colours not consistent

I have a Jekyll website that I'm running locally with bundle exec jekyll serve, using the Minima default theme. When I use a code block, the background colour of the box and the background colour of the text in the box is different, resulting in an…
John L. Godlee
  • 559
  • 5
  • 21
1
vote
1 answer

MySQL - Choose specified search's maximum value without LIMIT or JOIN

I'm very newbie with MySQL. I have found several ideas and codes here at Stack Overflow to get a specified maximum value. All of them was totally different, and I can't decide which is the best way. I can't use GREATEST or LEAST, as I know it's not…
Charusso
  • 13
  • 5
1
vote
2 answers

Finding local maxima and minima in R

I'm trying to create a function to find a "maxima" and "minima". I have the following data: y 157 144 80 106 124 46 207 188 190 208 143 170 162 178 155 163 162 149 135 160 149 147 133 146 126 …
Tulisan Jujur
  • 41
  • 2
  • 5
1
vote
1 answer

How get coordinates of specific points (i.e turning points) in Matlab

I have a set of (X, Y) coordinates which, when plotted produce a graph as in the pictures below. What I am trying to do, is to find the coordinates of the areas (corner points) circled in red. I have been trying to find ways to accomplish this, as…
Servalsoft
  • 23
  • 2
0
votes
1 answer

SCSS changes don't seem to be taking effect in Jekyll site?

I have a Github Pages site built with Jekyll. I'm using the Minima Jekyll theme. I'm trying to apply custom styles to my classes, but no matter what I put, it's not taking effect. All the SCSS styles are under _sass/minima, mostly in the file…
jeremywat
  • 181
  • 7
0
votes
1 answer

Jekyll How to get add Youtube Channel link to socials in minima template?

I'm very new to Jekyll (and web development in general) and am trying to use it to make a Portfolio website. I make YouTube Tutorials as well as text ones and want to link them using the built in social to the minima theme. youtube_username:…
Paul Brown
  • 21
  • 2
0
votes
0 answers

Why can't Jekyll Minima point to correct post's permalink?

I recently just set up a GitHub Pages. Hooray! This is very exciting for me. I've been having endless issues with inserting the baseurl for the "post" layout; not for anything else (e.g. default, page). I have no idea why. Here's the setup: url:…
Alex
  • 15
  • 3
0
votes
1 answer

How to customize Jekyll Minima's Subscribe button

I am building a GitHub blog with FastPages. The automated process to create articles from Jupyter notebooks is working fine. However, the "Subscribe" button at the bottom of the page points to…
NguyenHai
  • 57
  • 1
  • 8
0
votes
0 answers

I just want to connect the all the minima points as indicated so i get a curved plot

I just want to connect the all the minima points as indicated so i get a curved plot as shown in yellow using the red dots. Can someone help me?
Ebbie
  • 1
0
votes
1 answer

Displaying specific GitHub gist lines in Jekyll

I am trying to add specific lines of GitHub gist code in a Jekyll article. Using jekyll-gist I can embed the entire gist using the {% gist %} format, however this displays the entire gist. An alternative is to use gist-embed with HTML as…
Bas Krahmer
  • 489
  • 5
  • 11